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
rust
/
tests
/
target
/
nestedmod
/
mod2c.rs
4 lines
30 B
Rust
Raw
Normal View
History
Unescape
Escape
Format modules into separate files
2015-07-01 21:13:10 +02:00
// A standard mod
Support single-line functions By default, places functions with empty bodies on one line. If the function has only one expression or statement that fits on one line, the 'fn_single_line' option can be used.
2015-11-17 22:53:06 -06:00
fn
a
(
)
{
}
Reference in New Issue
Copy Permalink