Don't do .edition().rust_*()
This commit is contained in:
parent
5d90413d75
commit
03158f40d2
1 changed files with 1 additions and 1 deletions
|
@ -1717,7 +1717,7 @@ impl<'a> Resolver<'a> {
|
||||||
Applicability::MaybeIncorrect,
|
Applicability::MaybeIncorrect,
|
||||||
)),
|
)),
|
||||||
)
|
)
|
||||||
} else if self.session.edition().rust_2015() {
|
} else if self.session.rust_2015() {
|
||||||
(
|
(
|
||||||
format!("maybe a missing crate `{ident}`?"),
|
format!("maybe a missing crate `{ident}`?"),
|
||||||
Some((
|
Some((
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue