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 c4f5741 commit 2d54f32Copy full SHA for 2d54f32
crates/uv-extract/src/lib.rs
@@ -12,7 +12,7 @@ mod sync;
12
mod vendor;
13
14
static CONTROL_CHARACTERS_RE: LazyLock<Regex> = LazyLock::new(|| Regex::new(r"\p{C}").unwrap());
15
-static REPLACEMENT_CHARACTER: &'static str = "\u{FFFD}";
+static REPLACEMENT_CHARACTER: &str = "\u{FFFD}";
16
17
/// Validate that a given filename (e.g. reported by a ZIP archive's
18
/// local file entries or central directory entries) is "safe" to use.
0 commit comments