This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
66d295d72d
rust
/
crates
/
base_db
/
src
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
..
cancellation.rs
Rename ra_db -> base_db
2020-08-13 16:29:33 +02:00
change.rs
Fixed remaining references to
AnalysisChange
(now:
Change
)
2021-02-28 12:57:41 +01:00
fixture.rs
avoid converting types into themselves via .into() (clippy::useless-conversion)
2021-03-17 01:27:56 +01:00
input.rs
Don't repeat work in transitive_reverse_dependencies
2021-03-16 15:53:34 +01:00
lib.rs
Move TokenExpander to base_db and rename it
2020-12-27 15:29:47 +01:00