Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
This commit is contained in:
Jules Bertholet 2024-05-16 15:34:39 -04:00 committed by GitHub
parent 07b35d840a
commit 3ff0267761
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ fn main() {
}
```
In such cases, there is no possible machine-applicable suggstion we could emit
In such cases, there is no possible machine-applicable suggestion we could emit
to produce code compatible with all editions (short of expanding the macro).
However, such code should be extremely rare in practice.