mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
Remove unused hard-coded paths
This commit is contained in:
parent
8fad8e897a
commit
8280795a85
@ -260,12 +260,8 @@ macro_rules! __known_path {
|
|||||||
(std::ops::RangeTo) => {};
|
(std::ops::RangeTo) => {};
|
||||||
(std::ops::RangeToInclusive) => {};
|
(std::ops::RangeToInclusive) => {};
|
||||||
(std::ops::RangeInclusive) => {};
|
(std::ops::RangeInclusive) => {};
|
||||||
(std::boxed::Box) => {};
|
|
||||||
(std::future::Future) => {};
|
(std::future::Future) => {};
|
||||||
(std::ops::Try) => {};
|
(std::ops::Try) => {};
|
||||||
(std::ops::Neg) => {};
|
|
||||||
(std::ops::Not) => {};
|
|
||||||
(std::ops::Index) => {};
|
|
||||||
($path:path) => {
|
($path:path) => {
|
||||||
compile_error!("Please register your known path in the path module")
|
compile_error!("Please register your known path in the path module")
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user