formatting

This commit is contained in:
Jeremy Kolb 2019-10-28 08:42:17 -04:00
parent 44f2805fee
commit ddf25e9481

View File

@ -476,7 +476,7 @@ fn main() {
assert_eq!(info.active_parameter, Some(1)); assert_eq!(info.active_parameter, Some(1));
assert_eq!(info.label(), "fn bar(&self, _: u32)"); assert_eq!(info.label(), "fn bar(&self, _: u32)");
} }
fn works_for_tuple_structs() { fn works_for_tuple_structs() {
let info = call_info( let info = call_info(
r#" r#"