rust/tests/target/issue-5852/issue_example.rs
2023-10-22 20:21:44 -05:00

8 lines
138 B
Rust

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