Reverting switching test to no_std and adjust output after rebase.
This commit is contained in:
parent
e41ef36435
commit
cb336f1f67
3 changed files with 41 additions and 31 deletions
|
@ -1823,7 +1823,6 @@ crate fn show_candidates(
|
|||
let instead = if instead { " instead" } else { "" };
|
||||
let mut msg = format!("consider importing {} {}{}", determiner, kind, instead);
|
||||
|
||||
// Issue notes
|
||||
for note in accessible_path_strings.iter().map(|cand| cand.3.as_ref()).flatten() {
|
||||
err.note(note);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue