Sign in
rust
/
rust
/
be90b53d2b756c83f14ea80c4e607fc81dfa3d1d
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
mod-2.rs
blob: 7202e00203ec9005a62469c71d5569030298f2cd [
file
] [
log
] [
blame
]
// Some nested mods
#[
cfg
(
test
)]
mod
nestedmod
;
pub
mod
no_new_line_beginning
;