Small grammar fix

This commit is contained in:
Laurențiu Nicola 2021-07-27 12:33:58 +03:00
parent ea0014c500
commit 636933153d
2 changed files with 5 additions and 7 deletions

View file

@ -105,7 +105,7 @@ impl<'a> Ctx<'a> {
s.param_list().is_some() || (s.self_token().is_some() && path.parent_path().is_none())
}) {
// don't try to qualify `Fn(Foo) -> Bar` paths, they are in prelude anyway
// don't try to qualify sole `self` either, they are usually locals, but are returned as modules due to namespace classing
// don't try to qualify sole `self` either, they are usually locals, but are returned as modules due to namespace clashing
return None;
}