be9e7dc689
This is much more straightforward to understand given how rustfmt rewriting works, and it avoids walking into expressions in unexpected places. Fixes #513. Fixes #514.
4 lines
59 B
Rust
4 lines
59 B
Rust
// Test impls
|
|
|
|
impl<T> JSTraceable for SmallVec<[T; 1]> {}
|