This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ce54aea4c8
rust
/
tests
/
target
/
mod-2.rs
6 lines
80 B
Rust
Raw
Normal View
History
Unescape
Escape
Format modules into separate files
2015-07-01 14:13:10 -05:00
// Some nested mods
Format inline attributes on out-of-line modules (#996) Fixes #838
2016-05-18 15:36:59 -05:00
#[
cfg(test)
]
Format modules into separate files
2015-07-01 14:13:10 -05:00
mod
nestedmod
;
Rewrite module declarations
2015-11-20 15:44:15 -06:00
pub
mod
no_new_line_beginning
;
Reference in New Issue
Copy Permalink