rust/tests/source/issue-5852/issue_example.rs
2023-08-30 23:55:13 -04:00

9 lines
137 B
Rust

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