Skip to content

Commit 8182f9e

Browse files
committed
fix clippy lints from stable updates
1 parent bf24eb6 commit 8182f9e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

crates/cargo-gpu/src/spirv_source.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ pub enum SpirvSource {
4848
}
4949

5050
impl core::fmt::Display for SpirvSource {
51-
#[expect(
52-
clippy::min_ident_chars,
53-
reason = "It's a core library trait implementation"
54-
)]
5551
fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
5652
match self {
5753
Self::CratesIO(version) => version.fmt(f),

0 commit comments

Comments
 (0)