We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5723af + 9ad0b15 commit 1a2e518Copy full SHA for 1a2e518
src/tools/run-make-support/src/path_helpers.rs
@@ -21,6 +21,7 @@ pub fn cwd() -> PathBuf {
21
/// # Example
22
///
23
/// ```rust
24
+/// # use run_make_support::path;
25
/// let p = path("support_file.txt");
26
/// ```
27
pub fn path<P: AsRef<Path>>(p: P) -> PathBuf {
0 commit comments