Skip to content

Commit ef39f41

Browse files
committed
revert rustfmt changes
1 parent abb54f4 commit ef39f41

File tree

1 file changed

+1
-1
lines changed
  • src/tools/rustfmt/src/config

1 file changed

+1
-1
lines changed

src/tools/rustfmt/src/config/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ impl Config {
256256
/// one.
257257
pub(super) fn from_resolved_toml_path(dir: &Path) -> Result<(Config, Option<PathBuf>), Error> {
258258
/// Try to find a project file in the given directory and its parents.
259-
/// Returns the path of the nearest project file if one exists,
259+
/// Returns the path of a the nearest project file if one exists,
260260
/// or `None` if no project file was found.
261261
fn resolve_project_file(dir: &Path) -> Result<Option<PathBuf>, Error> {
262262
let mut current = if dir.is_relative() {

0 commit comments

Comments
 (0)