mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Fix test collection
This commit is contained in:
parent
c74eaf1fdf
commit
d4179550cd
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ fn inline_tests_dir() -> PathBuf {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn grammar_dir() -> PathBuf {
|
fn grammar_dir() -> PathBuf {
|
||||||
base_dir().join("src/parser/event_parser/grammar")
|
base_dir().join("src/parser/grammar")
|
||||||
}
|
}
|
||||||
|
|
||||||
fn base_dir() -> PathBuf {
|
fn base_dir() -> PathBuf {
|
||||||
|
|
Loading…
Reference in a new issue