X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Frustdoc%2Fissue-34473.rs;h=d96301f3ae736f35eaf5e95001d834fd3cf8b829;hb=87284d7e79da9eb106ba120600d4fb4767897869;hp=3f824e6404431d2b412c086062859949137b2a8a;hpb=ebc70e2e9ecdd0920c5e78f53ed694f1c050c5ed;p=rust.git diff --git a/src/test/rustdoc/issue-34473.rs b/src/test/rustdoc/issue-34473.rs index 3f824e64044..d96301f3ae7 100644 --- a/src/test/rustdoc/issue-34473.rs +++ b/src/test/rustdoc/issue-34473.rs @@ -7,6 +7,5 @@ mod second { // @has foo/index.html // @!has - SomeTypeWithLongName // @has foo/struct.SomeType.html -// @!has - SomeTypeWithLongName // @!has foo/struct.SomeTypeWithLongName.html pub use second::{SomeTypeWithLongName as SomeType};