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 19:27:30 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
236,847
Commits
10
Branches
157
Tags
dc1cd4c2cd580dbe033aed68bf7d850fd8a87da9
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