mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +00:00
fix doctest inside impl block #4449
Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
This commit is contained in:
parent
03735be317
commit
947f95193a
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
//! FIXME: write short doc here
|
||||
|
||||
use hir::{AsAssocItem, HirDisplay, Semantics};
|
||||
use hir::{AsAssocItem, Semantics};
|
||||
use itertools::Itertools;
|
||||
use ra_ide_db::RootDatabase;
|
||||
use ra_syntax::{
|
||||
|
@ -266,7 +266,7 @@ mod tests {
|
|||
//- /lib.rs
|
||||
<|> //empty
|
||||
fn main() {}
|
||||
|
||||
|
||||
struct Data;
|
||||
impl Data {
|
||||
/// ```
|
||||
|
|
Loading…
Reference in a new issue