Match unmatched backticks in comments in compiler/
This commit is contained in:
@@ -192,7 +192,7 @@ impl<'a> AstValidator<'a> {
|
||||
// We allow these:
|
||||
// - `Option<impl Trait>`
|
||||
// - `option::Option<impl Trait>`
|
||||
// - `option::Option<T>::Foo<impl Trait>
|
||||
// - `option::Option<T>::Foo<impl Trait>`
|
||||
//
|
||||
// But not these:
|
||||
// - `<impl Trait>::Foo`
|
||||
|
||||
Reference in New Issue
Block a user