]> git.lizzy.rs Git - rust.git/blob - tests/target/impl.rs
Keep comments in empty impl bodies
[rust.git] / tests / target / impl.rs
1 // Test impls
2
3 impl<T> JSTraceable for SmallVec<[T; 1]> {}
4
5 impl<K, V, NodeRef: Deref<Target = Node<K, V>>> Handle<NodeRef, handle::Edge, handle::Internal> {
6     // Keep this.
7 }