rust/tests/source/issue-3253/paths/excluded.rs
2019-09-02 18:36:51 +09:00

7 lines
242 B
Rust

// This module is not imported in the cfg_if macro in lib.rs so it is ignored
// while the foo and bar mods are formatted.
// Check the corresponding file in tests/target/issue-3253/paths/excluded.rs
trait CoolerTypes { fn dummy(&self) {
}
}