mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
formatting
This commit is contained in:
parent
44f2805fee
commit
ddf25e9481
1 changed files with 1 additions and 1 deletions
|
@ -476,7 +476,7 @@ fn main() {
|
|||
assert_eq!(info.active_parameter, Some(1));
|
||||
assert_eq!(info.label(), "fn bar(&self, _: u32)");
|
||||
}
|
||||
|
||||
|
||||
fn works_for_tuple_structs() {
|
||||
let info = call_info(
|
||||
r#"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue