Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide/src/hover/tests.rs')
| -rw-r--r-- | crates/ide/src/hover/tests.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ide/src/hover/tests.rs b/crates/ide/src/hover/tests.rs index 67dc9884ed..57e049c10d 100644 --- a/crates/ide/src/hover/tests.rs +++ b/crates/ide/src/hover/tests.rs @@ -4531,7 +4531,7 @@ foo_macro!( --- - Doc comment for [`Foo`](https://doc.rust-lang.org/nightly/test/struct.Foo.html) + Doc comment for [`Foo`](https://docs.rs/test/*/test/struct.Foo.html) "#]], ); } @@ -4556,7 +4556,7 @@ pub struct Foo; --- - Doc comment for [`Foo`](https://doc.rust-lang.org/nightly/test/struct.Foo.html) + Doc comment for [`Foo`](https://docs.rs/test/*/test/struct.Foo.html) "#]], ); } |