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-02-02 10:04:23 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fcb48786c8
rust
/
tests
/
source
/
issue-1177.rs
8 lines
110 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-16 04:58:51 +00:00
// rustfmt-normalize_comments: true
Stop extra newlines from being added after block comments (#1185)
2016-10-24 19:45:15 +00:00
fn
main
(
)
{
// Line Comment
/*
Block Comment
*/
let
d
=
5
;
}
Reference in New Issue
Copy Permalink