Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide_db/src/call_info/tests.rs')
| -rw-r--r-- | crates/ide_db/src/call_info/tests.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ide_db/src/call_info/tests.rs b/crates/ide_db/src/call_info/tests.rs index b585085f38..8cdfcd027a 100644 --- a/crates/ide_db/src/call_info/tests.rs +++ b/crates/ide_db/src/call_info/tests.rs @@ -362,7 +362,6 @@ pub fn foo(mut r: WriteHandler<()>) { #[test] fn call_info_bad_offset() { - cov_mark::check!(call_info_bad_offset); check( r#" fn foo(x: u32, y: u32) -> u32 {x + y} |