Skip to content

Commit c523701

Browse files
Add missing ID into the ID map
1 parent 755835e commit c523701

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustdoc/html/markdown.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1609,6 +1609,7 @@ fn init_id_map() -> FxHashMap<Cow<'static, str>, usize> {
16091609
map.insert("blanket-implementations-list".into(), 1);
16101610
map.insert("deref-methods".into(), 1);
16111611
map.insert("layout".into(), 1);
1612+
map.insert("aliased-type".into(), 1);
16121613
map
16131614
}
16141615

0 commit comments

Comments
 (0)