Skip to content

Commit 1891548

Browse files
committed
Remove outdated comment
1 parent 8be135b commit 1891548

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/librustdoc/doctest.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1137,8 +1137,6 @@ impl<'a, 'hir, 'tcx> HirCollector<'a, 'hir, 'tcx> {
11371137
}
11381138

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

0 commit comments

Comments
 (0)