Regression 1.23.4 -> 1.23.5+. Cargo.toml
file stopped being checked for typos
#1124
Labels
question
Uncertainty is involved
Take this
Cargo.toml
file as an example (yes, it's not a valid cargo config, but just an example):Make sure the file is named
Cargo.toml
exactly. If you runtypos
of version 1.23.5+ (including the latest one 1.26.0) against this file it won't produce any errors. Even if you runtypos ./Cargo.toml
by specifying the path to the file explicitly it still doesn't work.Looks like the feature of storing the
typos
config inCargo.toml
broke its typos checking (release 1.23.5).With the older version
1.23.4
everything works fine:The text was updated successfully, but these errors were encountered: