Skip to content

Commit

Permalink
clippy allow still needed?
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Aug 6, 2024
1 parent a8b8db3 commit ce2aef5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions crates/libs/core/src/guid.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![allow(clippy::many_single_char_names)]

use super::*;

/// A globally unique identifier ([GUID](https://docs.microsoft.com/en-us/windows/win32/api/guiddef/ns-guiddef-guid))
Expand Down
2 changes: 0 additions & 2 deletions crates/libs/core/src/imp/sha1.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![allow(clippy::many_single_char_names)]

pub const fn sha1(data: &ConstBuffer) -> Digest {
let state: [u32; 5] = [0x67452301, 0xefcdab89, 0x98badcfe, 0x10325476, 0xc3d2e1f0];
let len: u64 = 0;
Expand Down

0 comments on commit ce2aef5

Please sign in to comment.