Skip to content

Commit 95926b2

Browse files
Rename description of primitive from "builtin type" into "primitive type"
1 parent c78ebab commit 95926b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/passes/collect_intra_doc_links.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ impl Res {
7070
fn descr(self) -> &'static str {
7171
match self {
7272
Res::Def(kind, id) => ResolveRes::Def(kind, id).descr(),
73-
Res::Primitive(_) => "builtin type",
73+
Res::Primitive(_) => "primitive type",
7474
}
7575
}
7676

0 commit comments

Comments
 (0)