1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

Point Rust Analyzer to target/rust-analyzer (#8463)

This commit is contained in:
Emil Ernerfeldt
2026-08-31 11:01:10 +02:00
committed by GitHub
parent 5d3e958ecf
commit 7b34fc0e03
3 changed files with 10 additions and 7 deletions

2
.gitignore vendored
View File

@@ -1,4 +1,6 @@
.DS_Store
# `target_ra` and `target_wasm` are legacy locations; they now live inside `target/`.
# Keep them on their own lines: a trailing `#` is not a comment in .gitignore.
**/target
**/target_ra
**/target_wasm