X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_expand%2Fsrc%2Flib.rs;h=20d01b6dc2688d9d8ba34a751490b65f5a74efee;hb=48316dfea1914d25189fa441e7310449ed76a446;hp=03b75d809a088dae3835cb769ac25bedc4bb7832;hpb=6e3dd69e36d42318f1c930de57858109bfc1730c;p=rust.git diff --git a/compiler/rustc_expand/src/lib.rs b/compiler/rustc_expand/src/lib.rs index 03b75d809a0..20d01b6dc26 100644 --- a/compiler/rustc_expand/src/lib.rs +++ b/compiler/rustc_expand/src/lib.rs @@ -1,4 +1,3 @@ -#![allow(rustc::potential_query_instability)] #![feature(array_windows)] #![feature(associated_type_bounds)] #![feature(associated_type_defaults)]