summaryrefslogtreecommitdiff
path: root/vendor/syn/tests/common/mod.rs
blob: ead830f811656a6199edad03262ef6348697083d (plain)
1
2
3
4
5
6
#![allow(dead_code)]
#![allow(clippy::module_name_repetitions, clippy::shadow_unrelated)]

pub mod eq;
pub mod parse;
pub mod visit;