From 8280795a85a9a6d5ec43fea00a023e0b7dc9aaa8 Mon Sep 17 00:00:00 2001 From: Emil Lauridsen Date: Sun, 29 Dec 2019 17:39:44 +0100 Subject: Remove unused hard-coded paths --- crates/ra_hir_def/src/path.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'crates') diff --git a/crates/ra_hir_def/src/path.rs b/crates/ra_hir_def/src/path.rs index 107d2d799..82cfa67a9 100644 --- a/crates/ra_hir_def/src/path.rs +++ b/crates/ra_hir_def/src/path.rs @@ -260,12 +260,8 @@ macro_rules! __known_path { (std::ops::RangeTo) => {}; (std::ops::RangeToInclusive) => {}; (std::ops::RangeInclusive) => {}; - (std::boxed::Box) => {}; (std::future::Future) => {}; (std::ops::Try) => {}; - (std::ops::Neg) => {}; - (std::ops::Not) => {}; - (std::ops::Index) => {}; ($path:path) => { compile_error!("Please register your known path in the path module") }; -- cgit v1.2.3