]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/impl.rs
Merge pull request #681 from rust-lang-nursery/comment-style
[rust.git] / tests / target / impl.rs
index df44377a6bf9814ad30eed55237d32d03cc14037..5dde5ee73826d9d6c4c2f4471c41f363ad5980ff 100644 (file)
@@ -1,3 +1,7 @@
 // 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.
+}