Skip to content

Commit

Permalink
Rollup merge of rust-lang#129433 - GrigorenkoPV:run-make-support-path…
Browse files Browse the repository at this point in the history
…-rustdoc, r=jieyouxu

Fix a missing import in a doc in run-make-support
  • Loading branch information
matthiaskrgr committed Aug 23, 2024
2 parents 32821b9 + 9ad0b15 commit 6c2ee6f
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 6c2ee6f

Please sign in to comment.