Rollup merge of #77262 - bugadani:redundant-comment, r=Dylan-DPC
Remove duplicate comment
This commit is contained in:
commit
65298ee49c
|
@ -1103,9 +1103,6 @@ impl Session {
|
|||
self.used_attrs.lock().is_marked(attr)
|
||||
}
|
||||
|
||||
/// Returns `true` if the attribute's path matches the argument. If it matches, then the
|
||||
/// attribute is marked as used.
|
||||
|
||||
/// Returns `true` if the attribute's path matches the argument. If it
|
||||
/// matches, then the attribute is marked as used.
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue