Skip to content

Commit d9ec88e

Browse files
committed
Adjust fn_hints test
1 parent 98ae530 commit d9ec88e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/ide/src/inlay_hints.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -924,9 +924,9 @@ fn main() {
924924
let foo = foo5();
925925
// ^^^ &dyn Fn(&dyn Fn(f64, f64) -> u32, f64) -> u32
926926
let foo = foo6();
927-
// ^^^ impl Fn(f64, f64) -> u32 + Sized
927+
// ^^^ impl Fn(f64, f64) -> u32
928928
let foo = foo7();
929-
// ^^^ *const (impl Fn(f64, f64) -> u32 + Sized)
929+
// ^^^ *const impl Fn(f64, f64) -> u32
930930
}
931931
"#,
932932
)

0 commit comments

Comments
 (0)