We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1439731 + 0b55ff6 commit 695a66bCopy full SHA for 695a66b
src/lib.rs
@@ -11,6 +11,8 @@
11
// Adapted from rustc's path_relative_from
12
// https://github.com/rust-lang/rust/blob/e1d0de82cc40b666b88d4a6d2c9dcbc81d7ed27f/src/librustc_back/rpath.rs#L116-L158
13
14
+#![cfg_attr(docsrs, feature(doc_cfg))]
15
+
16
use std::path::*;
17
18
/// Construct a relative path from a provided base directory path to the provided path.
0 commit comments