1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
// This file is required to make `cargo test` discover tests in subdirectories. #[cfg(test)] mod common; #[cfg(test)] mod html; #[cfg(test)] mod markdown; #[cfg(test)] mod pdf; #[cfg(test)] mod rfc_xml;