fix message
This commit is contained in:
parent
acb9f9ba38
commit
6c1e194534
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue