We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9e886 commit 3d4a2e6Copy full SHA for 3d4a2e6
compiler/rustc_session/src/session.rs
@@ -1103,9 +1103,6 @@ impl Session {
1103
self.used_attrs.lock().is_marked(attr)
1104
}
1105
1106
- /// Returns `true` if the attribute's path matches the argument. If it matches, then the
1107
- /// attribute is marked as used.
1108
-
1109
/// Returns `true` if the attribute's path matches the argument. If it
1110
/// matches, then the attribute is marked as used.
1111
///
0 commit comments