Skip to content

Commit 3d4a2e6

Browse files
committed
Remove duplicate comment
1 parent 5b9e886 commit 3d4a2e6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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)