mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-14 01:25:54 +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.
|
|
}
|