Update remaining GitHub URLs

This commit is contained in:
Jonas Schievink 2022-07-08 15:44:49 +02:00
parent 09abd76c6a
commit 6c6ae965ba
57 changed files with 145 additions and 145 deletions

View file

@ -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!",