]> git.lizzy.rs Git - rust.git/blobdiff - src/utils/paths.rs
suggest `a op= b` over `a = a op b`
[rust.git] / src / utils / paths.rs
index c52324a7448f1983aaa5027f06f3a878ec99d804..2e6ceb5009697ee3e394a3bf329522237f771b3d 100644 (file)
@@ -29,6 +29,7 @@
 pub const MEM_FORGET: [&'static str; 3] = ["core", "mem", "forget"];
 pub const MUTEX: [&'static str; 4] = ["std", "sync", "mutex", "Mutex"];
 pub const OPEN_OPTIONS: [&'static str; 3] = ["std", "fs", "OpenOptions"];
+pub const OPS_MODULE: [&'static str; 2] = ["core", "ops"];
 pub const OPTION: [&'static str; 3] = ["core", "option", "Option"];
 pub const RANGE: [&'static str; 3] = ["core", "ops", "Range"];
 pub const RANGE_FROM: [&'static str; 3] = ["core", "ops", "RangeFrom"];