]> git.lizzy.rs Git - rust.git/blobdiff - clippy_utils/src/paths.rs
Merge remote-tracking branch 'upstream/master' into rustup
[rust.git] / clippy_utils / src / paths.rs
index b0c3fe1e5a7121d56cafc32e45a0f872536d633b..d7e46c2d3eb9d2826966f19fc3d8f98b058a150d 100644 (file)
@@ -68,6 +68,7 @@
 pub const IPADDR_V4: [&str; 5] = ["std", "net", "ip", "IpAddr", "V4"];
 pub const IPADDR_V6: [&str; 5] = ["std", "net", "ip", "IpAddr", "V6"];
 pub const ITER_REPEAT: [&str; 5] = ["core", "iter", "sources", "repeat", "repeat"];
+pub const ITERTOOLS_NEXT_TUPLE: [&str; 3] = ["itertools", "Itertools", "next_tuple"];
 #[cfg(feature = "internal-lints")]
 pub const KW_MODULE: [&str; 3] = ["rustc_span", "symbol", "kw"];
 #[cfg(feature = "internal-lints")]