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 3e0b7bb commit 8acfb7aCopy full SHA for 8acfb7a
src/core/display.rs
@@ -20,8 +20,8 @@
20
///
21
/// # Examples
22
23
-/// ```
24
-/// use crate::core::display::truncate_path;
+/// ```ignore
+/// use codeinput::core::display::truncate_path;
25
26
/// // No truncation needed
27
/// assert_eq!(truncate_path("short.txt", 20), "short.txt");
@@ -94,8 +94,8 @@ pub(crate) fn truncate_path(path: &str, max_len: usize) -> String {
94
95
96
97
98
-/// use crate::core::display::truncate_string;
+/// use codeinput::core::display::truncate_string;
99
100
101
/// assert_eq!(truncate_string("short", 10), "short");
0 commit comments