about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDániel Buga <bugadani@gmail.com>2020-09-27 11:00:46 +0200
committerDániel Buga <bugadani@gmail.com>2020-09-27 11:00:46 +0200
commit3d4a2e6bb93ce4d1ffd77be7eaf3e4b752104346 (patch)
treed3d5a0df6943a61b2d13e4b6ad235c237119e5e5
parent5b9e8864032a3bfefa6f69c33fd99e0383a414af (diff)
downloadrust-3d4a2e6bb93ce4d1ffd77be7eaf3e4b752104346.tar.gz
rust-3d4a2e6bb93ce4d1ffd77be7eaf3e4b752104346.zip
Remove duplicate comment
-rw-r--r--compiler/rustc_session/src/session.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_session/src/session.rs b/compiler/rustc_session/src/session.rs
index ff67d3cb107..ff5e6156d84 100644
--- a/compiler/rustc_session/src/session.rs
+++ b/compiler/rustc_session/src/session.rs
@@ -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.
     ///