This website requires JavaScript.
Explore
Help
Sign in
language-servers
/
rust-analyzer
Watch
1
Star
0
Fork
You've already forked rust-analyzer
0
mirror of
https://github.com/rust-lang/rust-analyzer.git
synced
2025-08-18 01:20:20 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4
966c23f529
rust-analyzer
/
crates
/
proc_macro_api
History
Download ZIP
Download TAR.GZ
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