This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2024-12-13 17:13:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
882ef8cc82
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 19:13:10 +00:00
// Some nested mods
Format inline attributes on out-of-line modules (#996) Fixes #838
2016-05-18 20:36:59 +00:00
#[
cfg(test)
]
Format modules into separate files
2015-07-01 19:13:10 +00:00
mod
nestedmod
;
Rewrite module declarations
2015-11-20 21:44:15 +00:00
pub
mod
no_new_line_beginning
;
Reference in New Issue
Copy Permalink