Add missing backtick in comment (#6317)

Signed-off-by: cuishuang <imcusg@gmail.com>
This commit is contained in:
cui fliter 2024-09-09 23:23:15 +08:00 committed by GitHub
parent d720a7ef77
commit 91b2c17ffb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -448,7 +448,7 @@ pub fn load_config<O: CliOptions>(
})
}
// 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`
//
// Return the path if a config file exists, empty if no file exists, and Error for IO errors
fn get_toml_path(dir: &Path) -> Result<Option<PathBuf>, Error> {