We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1439731 commit 0b55ff6Copy full SHA for 0b55ff6
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