Skip to content

Commit

Permalink
Update crates/nargo_toml/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Tom French <[email protected]>
  • Loading branch information
phated and TomAFrench authored Aug 15, 2023
1 parent b0dc9d2 commit dcb8b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/nargo_toml/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mod git;
pub use errors::ManifestError;
use git::clone_git_repo;

/// Returns the [Path] of the directory containing the `Nargo.toml` by searching from `current_path` to the root of its [Path].
/// Returns the [PathBuf] of the directory containing the `Nargo.toml` by searching from `current_path` to the root of its [Path].
///
/// Returns a [ManifestError] if no parent directories of `current_path` contain a manifest file.
pub fn find_package_root(current_path: &Path) -> Result<PathBuf, ManifestError> {
Expand Down

0 comments on commit dcb8b03

Please sign in to comment.