]> git.lizzy.rs Git - rust.git/blobdiff - src/libsyntax/attr/builtin.rs
Rollup merge of #58306 - GuillaumeGomez:crate-browser-history, r=QuietMisdreavus
[rust.git] / src / libsyntax / attr / builtin.rs
index 0b1e5d037c89d92cee59070eaa9b036ead11484e..e84adc01cf04a875a0f8c5e625fe5d7348d36366 100644 (file)
@@ -1,10 +1,10 @@
 //! Parsing and validation of builtin attributes
 
 use crate::ast::{self, Attribute, MetaItem, Name, NestedMetaItemKind};
-use crate::errors::{Applicability, Handler};
 use crate::feature_gate::{Features, GatedCfg};
 use crate::parse::ParseSess;
 
+use errors::{Applicability, Handler};
 use syntax_pos::{symbol::Symbol, Span};
 
 use super::{list_contains_name, mark_used, MetaItemKind};