mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
Merge #1396
1396: fixed wrong links again r=matklad a=zbelial Hi Sorry about that I didn't check all links in my previous PR and two of them were incorrectly fixed. I think they are all proporly fixed this time :) Co-authored-by: zjy <zhaojiyang1@xiaomi.com>
This commit is contained in:
commit
6296f51678
1 changed files with 4 additions and 4 deletions
|
@ -50,15 +50,15 @@ processes. These are outlined below:
|
||||||
the grammar described in [grammar.ron]:
|
the grammar described in [grammar.ron]:
|
||||||
- [ast/generated.rs][ast generated] in `ra_syntax` based on
|
- [ast/generated.rs][ast generated] in `ra_syntax` based on
|
||||||
[ast/generated.tera.rs][ast source]
|
[ast/generated.tera.rs][ast source]
|
||||||
- [syntax_kinds/generated.rs][syntax_kinds generated] in `ra_syntax` based on
|
- [syntax_kind/generated.rs][syntax_kind generated] in `ra_syntax` based on
|
||||||
[syntax_kinds/generated.tera.rs][syntax_kinds source]
|
[syntax_kind/generated.tera.rs][syntax_kind source]
|
||||||
|
|
||||||
[tera]: https://tera.netlify.com/
|
[tera]: https://tera.netlify.com/
|
||||||
[grammar.ron]: ../../crates/ra_syntax/src/grammar.ron
|
[grammar.ron]: ../../crates/ra_syntax/src/grammar.ron
|
||||||
[ast generated]: ../../crates/ra_syntax/src/ast/generated.rs
|
[ast generated]: ../../crates/ra_syntax/src/ast/generated.rs
|
||||||
[ast source]: ../../crates/ra_syntax/src/ast/generated.rs.tera
|
[ast source]: ../../crates/ra_syntax/src/ast/generated.rs.tera
|
||||||
[syntax_kinds generated]: ../../crates/ra_syntax/src/syntax_kinds/generated.rs
|
[syntax_kind generated]: ../../crates/ra_parser/src/syntax_kind/generated.rs
|
||||||
[syntax_kinds source]: ../../crates/ra_syntax/src/syntax_kinds/generated.rs.tera
|
[syntax_kind source]: ../../crates/ra_parser/src/syntax_kind/generated.rs.tera
|
||||||
|
|
||||||
|
|
||||||
## Code Walk-Through
|
## Code Walk-Through
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue