]> git.lizzy.rs Git - rust.git/commitdiff
Remove unused hard-coded paths
authorEmil Lauridsen <mine809@gmail.com>
Sun, 29 Dec 2019 16:39:44 +0000 (17:39 +0100)
committerEmil Lauridsen <mine809@gmail.com>
Sun, 29 Dec 2019 16:39:44 +0000 (17:39 +0100)
crates/ra_hir_def/src/path.rs

index 107d2d799f598245601357084d183526b8025a4e..82cfa67a9a451658127e83a2c04c0ed19ae06b03 100644 (file)
@@ -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")
     };