mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-17 22:08:41 +00:00
Rename ra_syntax -> syntax
This commit is contained in:
parent
3d6889cba7
commit
a1c187eef3
958 changed files with 353 additions and 363 deletions
2
crates/syntax/test_data/parser/ok/0015_use_tree.rs
Normal file
2
crates/syntax/test_data/parser/ok/0015_use_tree.rs
Normal file
|
@ -0,0 +1,2 @@
|
|||
use foo as bar;
|
||||
use foo::{a as b, *, ::*, ::foo as x};
|
Loading…
Add table
Add a link
Reference in a new issue