]> git.lizzy.rs Git - rust.git/blob - tests/target/issue-1177.rs
Stop extra newlines from being added after block comments (#1185)
[rust.git] / tests / target / issue-1177.rs
1 fn main() {
2     // Line Comment
3     // Block Comment
4
5     let d = 5;
6 }