Skip to content

Commit

Permalink
Rollup merge of rust-lang#77262 - bugadani:redundant-comment, r=Dylan…
Browse files Browse the repository at this point in the history
…-DPC

Remove duplicate comment
  • Loading branch information
jonas-schievink authored Sep 27, 2020
2 parents 06677cb + 3d4a2e6 commit 65298ee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions compiler/rustc_session/src/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
///
Expand Down

0 comments on commit 65298ee

Please sign in to comment.