This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-02-25 05:14:27 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ff5f90d8ae
rust
/
crates
/
syntax
History
Matthias Krüger
966c23f529
avoid converting types into themselves via .into() (clippy::useless-conversion)
...
example: let x: String = String::from("hello world").into();
2021-03-17 01:27:56 +01:00
..
fuzz
Add cargo file tidy test
2021-02-03 22:01:09 +08:00
src
avoid converting types into themselves via .into() (clippy::useless-conversion)
2021-03-17 01:27:56 +01:00
test_data
Specialization for async traits
2021-02-15 18:33:12 +01:00
Cargo.toml
Upgrade rowan
2021-03-16 16:10:49 +03:00