Artisan-Lab / RAP

Rust Analysis Platform
39 stars 14 forks source link

update def_path to match the new rust version #56

Closed Unparalleled-Calvin closed 1 month ago

Unparalleled-Calvin commented 1 month ago

Now functions in def_path.rs can work properly.

Note that the newest clippy code matches current rustc with different API definitions from that of 2024-06-30. Therefore, I use the corresponding clippy code in a history commit nearby Jun 30.