We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ec571 commit 9a678baCopy full SHA for 9a678ba
src/config/mod.rs
@@ -287,7 +287,7 @@ impl Config {
287
}
288
289
290
- // If none was found ther either, check in the user's configuration directory.
+ // If none was found there either, check in the user's configuration directory.
291
if let Some(mut config_dir) = dirs::config_dir() {
292
config_dir.push("rustfmt");
293
if let Some(path) = get_toml_path(&config_dir)? {
0 commit comments