1
Fork 0

Reverting switching test to no_std and adjust output after rebase.

This commit is contained in:
Jakob Degen 2021-10-26 21:18:04 -04:00
parent e41ef36435
commit cb336f1f67
3 changed files with 41 additions and 31 deletions

View file

@ -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);
}