mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-24 13:43:04 +00:00
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]> {}
|