Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/parser/test_data/parser/ok/0037_mod.rast')
| -rw-r--r-- | crates/parser/test_data/parser/ok/0037_mod.rast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/parser/test_data/parser/ok/0037_mod.rast b/crates/parser/test_data/parser/ok/0037_mod.rast index fb6565f3a4..b4a3fc6292 100644 --- a/crates/parser/test_data/parser/ok/0037_mod.rast +++ b/crates/parser/test_data/parser/ok/0037_mod.rast @@ -1,5 +1,5 @@ SOURCE_FILE - COMMENT "// https://github.com/rust-analyzer/rust-analyzer/issues/357" + COMMENT "// https://github.com/rust-lang/rust-analyzer/issues/357" WHITESPACE "\n\n" COMMENT "//! docs" WHITESPACE "\n" |