1 2 3 4 5 6 7 8 9 10 11 12
#![allow( clippy::indexing_slicing, reason = "integration tests use fixture indexing" )] mod common; mod builder { mod explicit_transitions; mod fixed_offset; mod posix_footer; }