Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/parser/src/grammar.rs')
| -rw-r--r-- | crates/parser/src/grammar.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/parser/src/grammar.rs b/crates/parser/src/grammar.rs index b342e35488..2930190cb3 100644 --- a/crates/parser/src/grammar.rs +++ b/crates/parser/src/grammar.rs @@ -13,7 +13,7 @@ //! Code in this module also contains inline tests, which start with //! `// test name-of-the-test` comment and look like this: //! -//! ``` +//! ```text //! // test function_with_zero_parameters //! // fn foo() {} //! ``` |