Skip to content

Commit 65298ee

Browse files
Rollup merge of #77262 - bugadani:redundant-comment, r=Dylan-DPC
Remove duplicate comment
2 parents 06677cb + 3d4a2e6 commit 65298ee

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: compiler/rustc_session/src/session.rs

-3
Original file line numberDiff line numberDiff line change
@@ -1103,9 +1103,6 @@ impl Session {
11031103
self.used_attrs.lock().is_marked(attr)
11041104
}
11051105

1106-
/// Returns `true` if the attribute's path matches the argument. If it matches, then the
1107-
/// attribute is marked as used.
1108-
11091106
/// Returns `true` if the attribute's path matches the argument. If it
11101107
/// matches, then the attribute is marked as used.
11111108
///

0 commit comments

Comments
 (0)