We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6093d48 commit ee9a199Copy full SHA for ee9a199
src/config/mod.rs
@@ -256,7 +256,7 @@ impl Config {
256
/// one.
257
pub(super) fn from_resolved_toml_path(dir: &Path) -> Result<(Config, Option<PathBuf>), Error> {
258
/// Try to find a project file in the given directory and its parents.
259
- /// Returns the path of a the nearest project file if one exists,
+ /// Returns the path of the nearest project file if one exists,
260
/// or `None` if no project file was found.
261
fn resolve_project_file(dir: &Path) -> Result<Option<PathBuf>, Error> {
262
let mut current = if dir.is_relative() {
0 commit comments