Skip to content

Commit 6a326a4

Browse files
GuillaumeGomezDylan-DPC
authored andcommitted
Remove invalid #[doc(alias)] from doc-alias search-index test
1 parent e700c5c commit 6a326a4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/test/rustdoc-js/doc-alias.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ impl Struct {
1212
}
1313

1414
impl Trait for Struct {
15-
// Shouldn't be listed in aliases!
16-
#[doc(alias = "ImplTraitItem")]
1715
type Target = u32;
18-
// Shouldn't be listed in aliases!
19-
#[doc(alias = "ImplAssociatedConstItem")]
2016
const AssociatedConst: i32 = 12;
2117

2218
#[doc(alias = "ImplTraitFunction")]

0 commit comments

Comments
 (0)