Skip to content

Commit 947f951

Browse files
committed
fix doctest inside impl block #4449
Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
1 parent 03735be commit 947f951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/ra_ide/src/runnables.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! FIXME: write short doc here
22
3-
use hir::{AsAssocItem, HirDisplay, Semantics};
3+
use hir::{AsAssocItem, Semantics};
44
use itertools::Itertools;
55
use ra_ide_db::RootDatabase;
66
use ra_syntax::{
@@ -266,7 +266,7 @@ mod tests {
266266
//- /lib.rs
267267
<|> //empty
268268
fn main() {}
269-
269+
270270
struct Data;
271271
impl Data {
272272
/// ```

0 commit comments

Comments
 (0)