diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-02-06 11:52:09 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-02-06 11:52:09 +0100 |
| commit | ea8edfa821f059921550c45d4f0267160b638a04 (patch) | |
| tree | 940c358e400e55bc1ba47faf7c1fa07611af5241 /src/ide | |
| parent | 0bb0f1c98fc8eff5d7556bbe9d5801f02237a5c0 (diff) | |
Make Rust happier about the inline documentation
Diffstat (limited to 'src/ide')
| -rw-r--r-- | src/ide/highlight.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ide/highlight.rs b/src/ide/highlight.rs index 53b56d7a..c12cb87a 100644 --- a/src/ide/highlight.rs +++ b/src/ide/highlight.rs @@ -1,6 +1,6 @@ use crate::syntax::{ast, LinkedNode, SyntaxKind, SyntaxNode}; -/// Syntax highlighting tag. +/// A syntax highlighting tag. #[derive(Debug, Copy, Clone, Eq, PartialEq, Hash)] pub enum Tag { /// A line or block comment. |
