Rename description of primitive from "builtin type" into "primitive type"
This commit is contained in:
parent
c78ebab258
commit
95926b2ce5
@ -70,7 +70,7 @@ impl Res {
|
|||||||
fn descr(self) -> &'static str {
|
fn descr(self) -> &'static str {
|
||||||
match self {
|
match self {
|
||||||
Res::Def(kind, id) => ResolveRes::Def(kind, id).descr(),
|
Res::Def(kind, id) => ResolveRes::Def(kind, id).descr(),
|
||||||
Res::Primitive(_) => "builtin type",
|
Res::Primitive(_) => "primitive type",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user