Sign in
rust
/
rust
/
f981ffe959bb8a8a99fa02b6864bb82d7b2d170a
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-5852
/
issue_example.rs
blob: 20c2b764011741362307855dfad42a30a45ffc22 [
file
]
use
std
::{
fs
,
// (temporarily commented, we'll need this again in a second) io,
};
use
foo
::{
self
// this is important
};