Sign in
rust
/
rust
/
c1d608bb7e862c8d8b74ce7cfc042fa98e9d4792
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-3253
/
paths
/
excluded.rs
blob: 5c63eb83203eb7b8fc7581b130c0644afe2e64cb [
file
]
// 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
)
{
}
}