We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a2559 commit 3ce19b4Copy full SHA for 3ce19b4
src/librustdoc/passes/calculate_doc_coverage.rs
@@ -248,7 +248,7 @@ fn table_name(type_: &ItemType) -> &'static str {
248
ItemType::AssociatedType => "Associated Types",
249
ItemType::Constant => "Constants",
250
ItemType::AssociatedConst => "Associated Constants",
251
- ItemType::ForeignType => "Foreign Types",
+ ItemType::ForeignType => "Extern Types",
252
ItemType::Keyword => "Keywords",
253
ItemType::Existential => "Existential Types",
254
ItemType::TraitAlias => "Trait Aliases",
0 commit comments