]> git.lizzy.rs Git - rust.git/blob - tests/target/impl.rs
Fix empty body format, add fn_empty_single_line option, refactor block tests
[rust.git] / tests / target / impl.rs
1 // Test impls
2
3 impl<T> JSTraceable for SmallVec<[T; 1]> {}