summaryrefslogtreecommitdiffstats
path: root/src/test/ui/proc-macro/call-deprecated.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/proc-macro/call-deprecated.rs')
-rw-r--r--src/test/ui/proc-macro/call-deprecated.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/proc-macro/call-deprecated.rs b/src/test/ui/proc-macro/call-deprecated.rs
index b92cc2363..cb634671b 100644
--- a/src/test/ui/proc-macro/call-deprecated.rs
+++ b/src/test/ui/proc-macro/call-deprecated.rs
@@ -5,7 +5,7 @@ extern crate call_deprecated;
// These first two `#[allow(deprecated)]` attributes
// do nothing, since the AST nodes for `First` and `Second`
-// haven't been been assigned a `NodeId`.
+// haven't been assigned a `NodeId`.
// See #63221 for a discussion about how we should
// handle the interaction of 'inert' attributes and
// proc-macro attributes.