Skip to content

Commit

Permalink
Fix a missing import in a doc in run-make-support
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigorenkoPV committed Aug 22, 2024
1 parent eff0948 commit 9ad0b15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/run-make-support/src/path_helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pub fn cwd() -> PathBuf {
/// # Example
///
/// ```rust
/// # use run_make_support::path;
/// let p = path("support_file.txt");
/// ```
pub fn path<P: AsRef<Path>>(p: P) -> PathBuf {
Expand Down

0 comments on commit 9ad0b15

Please sign in to comment.