about summary refs log tree commit diff
path: root/compiler/rustc_session/src
diff options
context:
space:
mode:
authorJonas Schievink <jonasschievink@gmail.com>2020-09-27 18:37:28 +0200
committerGitHub <noreply@github.com>2020-09-27 18:37:28 +0200
commit65298ee49c68a20d2127a15e7a2e581a9774a5e8 (patch)
tree31f4b2b70e80b5ba5e68658c16d7e0291b28d353 /compiler/rustc_session/src
parent06677cbcfcb9f15cb7f0d1ab2834b4e578bdfedd (diff)
parent3d4a2e6bb93ce4d1ffd77be7eaf3e4b752104346 (diff)
downloadrust-65298ee49c68a20d2127a15e7a2e581a9774a5e8.tar.gz
rust-65298ee49c68a20d2127a15e7a2e581a9774a5e8.zip
Rollup merge of #77262 - bugadani:redundant-comment, r=Dylan-DPC
Remove duplicate comment
Diffstat (limited to 'compiler/rustc_session/src')
-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.
     ///