We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d2c580 commit 3210f62Copy full SHA for 3210f62
1 file changed
src/der.rs
@@ -93,7 +93,7 @@ impl From<Tag> for u8 {
93
#[expect(clippy::as_conversions)]
94
fn from(tag: Tag) -> Self {
95
tag as Self
96
- } // XXX: narrowing conversion.
+ }
97
}
98
99
#[inline(always)]
0 commit comments