1 2 3 4 5 6 7 8 9 10 11
//! Tests for lints. // Basic lint validation. mod validate; // Tests for individual lints go below here. #[path = "probe-read.rs"] mod probe_read; #[path = "unstable-attach-point.rs"] mod unstable_attach_point;