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
31e799f17f
rust
/
tests
/
target
/
issue-1177.rs
8 lines
107 B
Rust
Raw
Normal View
History
Unescape
Escape
Add a more lightweight method for rewriting comments when we are not normalising Fixes #652
2017-01-15 22:58:51 -06:00
// rustfmt-normalize_comments: true
Stop extra newlines from being added after block comments (#1185)
2016-10-24 14:45:15 -05:00
fn
main
(
)
{
// Line Comment
// Block Comment
let
d
=
5
;
}
Reference in New Issue
Copy Permalink