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
76ef162af7
rust
/
tests
/
mod-resolver
/
skip-files-issue-5065
/
main.rs
10 lines
99 B
Rust
Raw
Normal View
History
Unescape
Escape
Backport: Do not touch module with #![rustfmt::skip] (4297) Although the implementation is slightly different than the original PR, the general idea is the same. After collecting all modules we want to exclude formatting those that contain the #![rustfmt::skip] attribute.
2021-11-24 17:47:37 -06:00
#![
rustfmt::skip
]
mod
foo
;
mod
one
;
fn
main
(
)
{
println!
(
"
Hello, world!
"
)
;
}
chore: fix some typos Signed-off-by: hanghuge <cmoman@outlook.com>
2024-04-06 07:30:17 -05:00
// trailing comment
Reference in New Issue
Copy Permalink