The real production check runs a HSM signing round trip that only compiles on unix (a cfg(not(unix)) stub returns UnsupportedPlatform), so its imports, the fixed_expired_claims helper and the EXPIRED_NOT_BEFORE_UNIX constant are all unused on windows and tripped clippy -D warnings there. Gate them with cfg(unix), matching the existing UnixHsmRelayLocatorSigner import. Verified clean via cargo xwin clippy for x86_64-pc-windows-msvc and unchanged on unix. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| LICENSE | ||