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 2f7a543 commit 4dcf4e9Copy full SHA for 4dcf4e9
vortex-scalar/src/utf8.rs
@@ -34,7 +34,6 @@ pub struct Utf8Scalar<'a> {
34
35
impl Display for Utf8Scalar<'_> {
36
fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result {
37
- #[expect(clippy::use_debug, reason = "Escape escape codes")]
38
match &self.value {
39
None => write!(f, "null"),
40
Some(v) => write!(f, "\"{}\"", StringEscape(v.as_str())),
0 commit comments