fix: resolve major clippy warnings causing CI failures including unused doc comments, dead code, needless borrows, and assertion constants

This commit is contained in:
floor-licker
2025-12-04 07:26:38 -05:00
parent fe772c055a
commit 3742a5b864
7 changed files with 16 additions and 10 deletions
+2 -2
View File
@@ -26,7 +26,7 @@ const POLY_PASS_HEADER: &str = "poly_passphrase";
type Headers = HashMap<&'static str, String>;
/// EIP-712 struct for CLOB authentication
// EIP-712 struct for CLOB authentication
sol! {
struct ClobAuth {
address address;
@@ -36,7 +36,7 @@ sol! {
}
}
/// EIP-712 struct for order signing
// EIP-712 struct for order signing
sol! {
struct Order {
uint256 salt;