mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Bump pulldown-cmark-to-cmark, adjust usages and fix test
This commit is contained in:
parent
668947056a
commit
ba2ef69c79
4 changed files with 7 additions and 11 deletions
|
@ -394,7 +394,6 @@ pub struct $0Foo;
|
|||
"#,
|
||||
expect"#]],
|
||||
);
|
||||
// FIXME #11008
|
||||
check_rewrite(
|
||||
r#"
|
||||
//- /main.rs crate:foo
|
||||
|
@ -403,9 +402,6 @@ pub struct $0Foo;
|
|||
/// [`foo`]: Foo
|
||||
pub struct $0Foo;
|
||||
"#,
|
||||
expect![[r#"
|
||||
[`foo`]
|
||||
|
||||
[]: https://docs.rs/foo/*/foo/struct.Foo.html"#]],
|
||||
expect![["[`foo`]"]],
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue