]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_transmute/src/layout/dfa.rs
New upstream version 1.65.0+dfsg1
[rustc.git] / compiler / rustc_transmute / src / layout / dfa.rs
index b60ea6e7a24f222e842c49bdda98d348c1ec83e3..b8922696e3067248fee95c81d28d042a623a7c4f 100644 (file)
@@ -104,7 +104,6 @@ where
     }
 
     #[instrument(level = "debug")]
-    #[cfg_attr(feature = "rustc", allow(rustc::potential_query_instability))]
     pub(crate) fn from_nfa(nfa: Nfa<R>) -> Self {
         let Nfa { transitions: nfa_transitions, start: nfa_start, accepting: nfa_accepting } = nfa;