Skip to content

Commit 91b2c17

Browse files
authored
Add missing backtick in comment (#6317)
Signed-off-by: cuishuang <[email protected]>
1 parent d720a7e commit 91b2c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/config/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ pub fn load_config<O: CliOptions>(
448448
})
449449
}
450450

451-
// Check for the presence of known config file names (`rustfmt.toml, `.rustfmt.toml`) in `dir`
451+
// Check for the presence of known config file names (`rustfmt.toml`, `.rustfmt.toml`) in `dir`
452452
//
453453
// Return the path if a config file exists, empty if no file exists, and Error for IO errors
454454
fn get_toml_path(dir: &Path) -> Result<Option<PathBuf>, Error> {

0 commit comments

Comments
 (0)