rustc/vendor/syn-2.0.93/tests/common/mod.rs
2025-02-17 11:14:05 +01:00

6 lines
118 B
Rust

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