Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
camelid committed Nov 20, 2021
1 parent 8be135b commit 1891548
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/librustdoc/doctest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1137,8 +1137,6 @@ impl<'a, 'hir, 'tcx> HirCollector<'a, 'hir, 'tcx> {
}

attrs.unindent_doc_comments();
// The collapse-docs pass won't combine sugared/raw doc attributes, or included files with
// anything else, this will combine them for us.
if let Some(doc) = attrs.doc_value() {
// Use the outermost invocation, so that doctest names come from where the docs were written.
let span = ast_attrs
Expand Down

0 comments on commit 1891548

Please sign in to comment.