]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc/macros.rs
Rollup merge of #71829 - kper:issue71136, r=matthewjasper
[rust.git] / src / test / rustdoc / macros.rs
index c66a2c845bfd8a30fec1370b8fbcb4d8a1d522c6..fb4f02ad16052a8bc3f0c746733f9df62fdd14e7 100644 (file)
@@ -2,8 +2,6 @@
 // @has - //pre '() => { ... };'
 // @has - //pre '($a:tt) => { ... };'
 // @has - //pre '($e:expr) => { ... };'
-// @has macros/macro.my_macro!.html
-// @has - //a 'macro.my_macro.html'
 #[macro_export]
 macro_rules! my_macro {
     () => [];