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
2025-01-07 13:25:45 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cea5a92a6c
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 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)
]
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