1 2 3 4 5 6 7 8
#![allow( clippy::unused_self, reason = "`self` should be used for the `'ast` lifetime and consistency" )] pub mod common; pub mod marker; pub mod rustc;