Skip to content

Commit

Permalink
Fix semantic conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 committed Nov 18, 2020
1 parent e27b769 commit 9eaca9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustdoc/clean/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ impl Clean<Vec<Item>> for hir::Item<'_> {
let attrs = self.attrs.clean(cx);
let is_spotlight = attrs.has_doc_flag(sym::spotlight);
NotInlined(TraitItem(Trait {
auto: is_auto.clean(cx),
unsafety,
items: item_ids
.iter()
Expand Down

0 comments on commit 9eaca9d

Please sign in to comment.