mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: fix non_snake_case rust-analyzer warning (#4689)
This commit is contained in:
@ -207,6 +207,7 @@ mod tests {
|
||||
// Expected output in a TokenStream format. Commas matter!
|
||||
let should_output = quote! {
|
||||
pub use TestStruct_flags::TestStructFlags;
|
||||
#[allow(non_snake_case)]
|
||||
mod TestStruct_flags {
|
||||
use bytes::Buf;
|
||||
use modular_bitfield::prelude::*;
|
||||
|
||||
Reference in New Issue
Block a user