mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-11 16:15:03 +00:00
8 lines
178 B
Rust
8 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.
|
|
}
|