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.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide/src/hover/tests.rs b/crates/ide/src/hover/tests.rs
index 736d355ef2..afddeb6dea 100644
--- a/crates/ide/src/hover/tests.rs
+++ b/crates/ide/src/hover/tests.rs
@@ -9252,7 +9252,7 @@ fn main() {
S
```
___
- Implements notable traits: Notable, Future<Output = u32>, Iterator<Item = S>"#]],
+ Implements notable traits: Future<Output = u32>, Iterator<Item = S>, Notable"#]],
);
}