mirror of
https://github.com/floor-licker/polyfill-rs.git
synced 2026-08-13 20:48:05 +00:00
fix: resolve major clippy warnings causing CI failures including unused doc comments, dead code, needless borrows, and assertion constants
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user