We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff0948 commit 9ad0b15Copy full SHA for 9ad0b15
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