fix message

This commit is contained in:
Takayuki Maeda 2021-11-03 13:53:57 +09:00
parent acb9f9ba38
commit 6c1e194534
2 changed files with 2 additions and 2 deletions

View file

@ -2527,7 +2527,7 @@ impl<'a> Resolver<'a> {
Some((
vec![],
String::from(
"add `extern crate alloc` to use the builtin `alloc` module",
"add `extern crate alloc` to use the `alloc` crate",
),
Applicability::MaybeIncorrect,
))