Skip to content

Commit b2ff0e7

Browse files
committed
Fix comment
1 parent 4c88070 commit b2ff0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_resolve/late.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1879,7 +1879,7 @@ impl<'a, 'b, 'ast> LateResolutionVisitor<'a, 'b, 'ast> {
18791879

18801880
/// A wrapper around [`Resolver::report_error`].
18811881
///
1882-
/// This doesn't emit errors for function bodies if this is r
1882+
/// This doesn't emit errors for function bodies if this is rustdoc.
18831883
fn report_error(&self, span: Span, resolution_error: ResolutionError<'_>) {
18841884
if self.should_report_errs() {
18851885
self.r.report_error(span, resolution_error);

0 commit comments

Comments
 (0)