mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-15 01:17:16 +00:00
9 lines
172 B
Rust
9 lines
172 B
Rust
#[rustfmt::skip]
|
|
pub struct Foo {
|
|
/// 位
|
|
/// ^ Do not remove this tab character.
|
|
/// It was required to trigger the ICE.
|
|
pub bar: u8,
|
|
}
|
|
|
|
fn main() {}
|