rust/tests/target/issue-5852/issue_example.rs

9 lines
138 B
Rust
Raw Normal View History

use std::{
fs,
// (temporarily commented, we'll need this again in a second) io,
};
use foo::{
self, // this is important
};