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