1
Fork 0

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:
Matthias Krüger 2024-08-23 06:26:55 +02:00 committed by GitHub
commit 6c2ee6fe77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 {