This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
966c23f5290275ce17564f6027a17ec20cd6078f
rust
/
crates
/
proc_macro_api
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
..
src
avoid converting types into themselves via .into() (clippy::useless-conversion)
2021-03-17 01:27:56 +01:00
Cargo.toml
Fix multiple issues from code review
2021-03-04 09:11:33 +08:00