Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide_completion/src/tests/proc_macros.rs')
| -rw-r--r-- | crates/ide_completion/src/tests/proc_macros.rs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/crates/ide_completion/src/tests/proc_macros.rs b/crates/ide_completion/src/tests/proc_macros.rs index 73fc293526..f54286fe59 100644 --- a/crates/ide_completion/src/tests/proc_macros.rs +++ b/crates/ide_completion/src/tests/proc_macros.rs @@ -29,9 +29,6 @@ fn main() { sn refm &mut expr sn match match expr {} sn box Box::new(expr) - sn ok Ok(expr) - sn err Err(expr) - sn some Some(expr) sn dbg dbg!(expr) sn dbgr dbg!(&expr) sn call function(expr) @@ -62,9 +59,6 @@ fn main() { sn refm &mut expr sn match match expr {} sn box Box::new(expr) - sn ok Ok(expr) - sn err Err(expr) - sn some Some(expr) sn dbg dbg!(expr) sn dbgr dbg!(&expr) sn call function(expr) @@ -97,9 +91,6 @@ fn main() {} sn refm &mut expr sn match match expr {} sn box Box::new(expr) - sn ok Ok(expr) - sn err Err(expr) - sn some Some(expr) sn dbg dbg!(expr) sn dbgr dbg!(&expr) sn call function(expr) @@ -132,9 +123,6 @@ fn main() {} sn refm &mut expr sn match match expr {} sn box Box::new(expr) - sn ok Ok(expr) - sn err Err(expr) - sn some Some(expr) sn dbg dbg!(expr) sn dbgr dbg!(&expr) sn call function(expr) |