We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d720a7e commit 91b2c17Copy full SHA for 91b2c17
src/config/mod.rs
@@ -448,7 +448,7 @@ pub fn load_config<O: CliOptions>(
448
})
449
}
450
451
-// Check for the presence of known config file names (`rustfmt.toml, `.rustfmt.toml`) in `dir`
+// Check for the presence of known config file names (`rustfmt.toml`, `.rustfmt.toml`) in `dir`
452
//
453
// Return the path if a config file exists, empty if no file exists, and Error for IO errors
454
fn get_toml_path(dir: &Path) -> Result<Option<PathBuf>, Error> {
0 commit comments