summaryrefslogtreecommitdiff
path: root/src/ide
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-02-06 11:52:09 +0100
committerLaurenz <laurmaedje@gmail.com>2023-02-06 11:52:09 +0100
commitea8edfa821f059921550c45d4f0267160b638a04 (patch)
tree940c358e400e55bc1ba47faf7c1fa07611af5241 /src/ide
parent0bb0f1c98fc8eff5d7556bbe9d5801f02237a5c0 (diff)
Make Rust happier about the inline documentation
Diffstat (limited to 'src/ide')
-rw-r--r--src/ide/highlight.rs2
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.