mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 21:43:37 +00:00
fix(mbe): update test
This commit is contained in:
parent
117a28a065
commit
6f58e98f2c
1 changed files with 1 additions and 1 deletions
|
@ -1219,7 +1219,7 @@ macro_rules! m {
|
|||
($(#[$m:meta])+) => ( $(#[$m])+ fn bar() {} )
|
||||
}
|
||||
#[doc = r" Single Line Doc 1"]
|
||||
#[doc = "
|
||||
#[doc = r"
|
||||
MultiLines Doc
|
||||
"] fn bar() {}
|
||||
"##]],
|
||||
|
|
Loading…
Reference in a new issue