Fix a missing import in a doc in run-make-support
This commit is contained in:
parent
eff09483c6
commit
9ad0b15a8e
@ -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…
x
Reference in New Issue
Block a user