Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide/src/syntax_highlighting/inject.rs')
| -rw-r--r-- | crates/ide/src/syntax_highlighting/inject.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide/src/syntax_highlighting/inject.rs b/crates/ide/src/syntax_highlighting/inject.rs index 7ac1200a4a..8af0d8007d 100644 --- a/crates/ide/src/syntax_highlighting/inject.rs +++ b/crates/ide/src/syntax_highlighting/inject.rs @@ -78,7 +78,7 @@ pub(super) fn ra_fixture( Some(()) } -const RUSTDOC_FENCE: &'static str = "```"; +const RUSTDOC_FENCE: &str = "```"; /// Injection of syntax highlighting of doctests. pub(super) fn doc_comment( |