mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 11:07:42 +00:00
formatting
This commit is contained in:
parent
44f2805fee
commit
ddf25e9481
@ -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#"
|
||||||
|
Loading…
Reference in New Issue
Block a user