This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
e923df4146
rust
/
tests
/
source
/
mod-2.rs
5 lines
86 B
Rust
Raw
Normal View
History
Unescape
Escape
Format modules into separate files
2015-07-01 21:13:10 +02:00
// Some nested mods
Format inline attributes on out-of-line modules (#996) Fixes #838
2016-05-19 08:36:59 +12:00
#[
cfg(test)
]
mod
nestedmod
;
Rewrite module declarations
2015-11-20 22:44:15 +01:00
pub
mod
no_new_line_beginning
;
Copy permalink