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 df903a5 commit 0404156Copy full SHA for 0404156
src/tools/rust-analyzer/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