blob: 0cc19b34da7ef8dc726d95f7dcb50e204ca3a052 [file] [log] [blame]
// rustfmt-brace_style: AlwaysNextLine
// Item brace style
enum Foo {}
struct Bar {}
struct Lorem {
ipsum: bool,
}
struct Dolor<T> where T: Eq {
sit: T,
}
#[cfg(test)]
mod tests {
#[test]
fn it_works() {}
}