mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
Be pickier with clippy
This commit is contained in:
parent
2d948d894a
commit
99de8c3a34
|
@ -1,3 +1,5 @@
|
|||
#![deny(clippy::all)]
|
||||
|
||||
use proc_macro::TokenStream;
|
||||
use quote::quote;
|
||||
use siphasher::sip::SipHasher;
|
||||
|
|
Loading…
Reference in a new issue