mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-22 12:43:36 +00:00
11 lines
144 B
Rust
11 lines
144 B
Rust
// rustfmt-item_brace_style: PreferSameLine
|
|
// Item brace style
|
|
|
|
struct Lorem {
|
|
ipsum: bool,
|
|
}
|
|
|
|
struct Dolor<T> where T: Eq {
|
|
sit: T,
|
|
}
|