Rollup merge of #129433 - GrigorenkoPV:run-make-support-path-rustdoc, r=jieyouxu
Fix a missing import in a doc in run-make-support
This commit is contained in:
commit
6c2ee6fe77
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue