Skip to content

Commit 1a2e518

Browse files
authored
Unrolled build for rust-lang#129433
Rollup merge of rust-lang#129433 - GrigorenkoPV:run-make-support-path-rustdoc, r=jieyouxu Fix a missing import in a doc in run-make-support
2 parents b5723af + 9ad0b15 commit 1a2e518

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/run-make-support/src/path_helpers.rs

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ pub fn cwd() -> PathBuf {
2121
/// # Example
2222
///
2323
/// ```rust
24+
/// # use run_make_support::path;
2425
/// let p = path("support_file.txt");
2526
/// ```
2627
pub fn path<P: AsRef<Path>>(p: P) -> PathBuf {

0 commit comments

Comments
 (0)