rust/tests/target/impl.rs

8 lines
178 B
Rust
Raw Normal View History

// Test impls
impl<T> JSTraceable for SmallVec<[T; 1]> {}
2015-11-24 05:54:44 +01:00
impl<K, V, NodeRef: Deref<Target = Node<K, V>>> Handle<NodeRef, handle::Edge, handle::Internal> {
// Keep this.
}