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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/ide/src/hover/tests.rs b/crates/ide/src/hover/tests.rs index 74c5c98689..5d084ac955 100644 --- a/crates/ide/src/hover/tests.rs +++ b/crates/ide/src/hover/tests.rs @@ -3796,6 +3796,7 @@ cosnt _: &str$0 = ""; } //- /libstd.rs crate:std /// Docs for prim_str +/// [`foo`](../std/keyword.foo.html) mod prim_str {} "#, expect "#]], ); } |