Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide-completion/src/render/macro_.rs')
| -rw-r--r-- | crates/ide-completion/src/render/macro_.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide-completion/src/render/macro_.rs b/crates/ide-completion/src/render/macro_.rs index ebf8a98eb0..ca2269f139 100644 --- a/crates/ide-completion/src/render/macro_.rs +++ b/crates/ide-completion/src/render/macro_.rs @@ -243,7 +243,7 @@ fn main() { foo! {$0} } #[test] fn completes_macro_call_if_cursor_at_bang_token() { - // Regression test for https://github.com/rust-analyzer/rust-analyzer/issues/9904 + // Regression test for https://github.com/rust-lang/rust-analyzer/issues/9904 cov_mark::check!(completes_macro_call_if_cursor_at_bang_token); check_edit( "foo!", |