trisquel-icecat/icecat/third_party/rust/syn/tests/common/mod.rs
2025-10-06 02:35:48 -06:00

5 lines
118 B
Rust

#![allow(dead_code)]
#![allow(clippy::module_name_repetitions, clippy::shadow_unrelated)]
pub mod eq;
pub mod parse;