1 2 3 4 5 6 7 8 9 10 11
#![allow(dead_code)] // Imports and fixtures are shared across feature-gated tests; which ones are // live depends on the enabled feature set. #![allow(unused_imports)] mod attributes; mod basics; mod defaults; mod fixtures; mod sources; mod walk_and_serialize;