rust/tests/target/impl.rs
2015-11-24 12:55:32 -06:00

7 lines
178 B
Rust

// Test impls
impl<T> JSTraceable for SmallVec<[T; 1]> {}
impl<K, V, NodeRef: Deref<Target = Node<K, V>>> Handle<NodeRef, handle::Edge, handle::Internal> {
// Keep this.
}