]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/doctree.rs
Retire HirVec.
[rust.git] / src / librustdoc / doctree.rs
index 46eddede0d518c5924667885db820d7c32dfcbed..07a3f663145224236548ee0d67396d8a6b78e892 100644 (file)
@@ -230,7 +230,7 @@ pub struct Macro<'hir> {
     pub def_id: hir::def_id::DefId,
     pub attrs: &'hir [ast::Attribute],
     pub whence: Span,
-    pub matchers: hir::HirVec<Span>,
+    pub matchers: Vec<Span>,
     pub imported_from: Option<Name>,
 }