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

9 lines
138 B
Rust
Raw Normal View History

2023-07-27 20:59:51 -05:00
use std::{
fs,
// (temporarily commented, we'll need this again in a second) io,
};
use foo::{
self, // this is important
};