This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2026-04-28 03:07:24 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
242,005
Commits
10
Branches
157
Tags
cb2fc0967fbecc26a33dcc9b99bbeccc826d576b
Commit Graph
1 Commits
Author
SHA1
Message
Date
Scott McMurray
ae9cec5839
Copy 1-element arrays as scalars, not vectors
...
For `[T; 1]` it's silly to copy as `<1 x T>` when we can just copy as `T`.
2023-10-07 00:10:32 -07:00