Fix a missing import in a doc in run-make-support

This commit is contained in:
Pavel Grigorenko 2024-08-23 02:44:15 +03:00
parent eff09483c6
commit 9ad0b15a8e
1 changed files with 1 additions and 0 deletions

View File

@ -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 {