rust/rustfmt-core/tests/target/issue-1824.rs
2018-02-07 22:48:05 +09:00

6 lines
47 B
Rust

pub trait Ingredient
where
Self: Send,
{
}