diff options
Diffstat (limited to 'src/libcore/dvec.rs')
| -rw-r--r-- | src/libcore/dvec.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/dvec.rs b/src/libcore/dvec.rs index 03a921d7ea5..7651b737bf3 100644 --- a/src/libcore/dvec.rs +++ b/src/libcore/dvec.rs @@ -227,7 +227,7 @@ impl<A> DVec<A> { } } -impl<A: Copy> DVec<A> { +impl<A:Copy> DVec<A> { /** * Append all elements of a vector to the end of the list * |
