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
4d7de5a16e
rust
/
tests
/
target
/
nestedmod
/
mymod1
/
mod3a.rs
3 lines
26 B
Rust
Raw
Normal View
History
Unescape
Escape
Separate modules and files listing of reformatting As suggested in #141 Closes #156
2015-07-26 05:55:25 -05:00
// Another 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