Sign in
rust
/
rust
/
refs/heads/stable
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-5852
/
issue_example.rs
blob: 4632629143347f40981f5cca73f1ef6fca6aad53 [
file
] [
log
] [
blame
] [
edit
]
use
std
::{
fs
,
// (temporarily commented, we'll need this again in a second) io,
};
use
foo
::{
self
,
// this is important
};