We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06677cb + 3d4a2e6 commit 65298eeCopy full SHA for 65298ee
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