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 b19ef6b commit 5741189Copy full SHA for 5741189
crates/paths/src/lib.rs
@@ -232,7 +232,7 @@ impl AbsPath {
232
/// - Removes trailing slashes: `/a/b/` becomes `/a/b`.
233
///
234
/// # Example
235
- /// ```
+ /// ```ignore
236
/// # use paths::AbsPathBuf;
237
/// let abs_path_buf = AbsPathBuf::assert("/a/../../b/.//c//".into());
238
/// let normalized = abs_path_buf.normalize();
0 commit comments