summaryrefslogtreecommitdiff
path: root/support/texlab/crates/syntax/src/bibtex/kind.rs
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-01-05 03:02:50 +0000
committerNorbert Preining <norbert@preining.info>2024-01-05 03:02:50 +0000
commit387961768f65ec00d171b3781d4b87ea94bb19f5 (patch)
treeb3280b963f8e2b3d3f9f0b1f940912069d6f27c9 /support/texlab/crates/syntax/src/bibtex/kind.rs
parentc45a0e15a3f74b963e3c2be142de33c8c8f12588 (diff)
CTAN sync 202401050302
Diffstat (limited to 'support/texlab/crates/syntax/src/bibtex/kind.rs')
-rw-r--r--support/texlab/crates/syntax/src/bibtex/kind.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/support/texlab/crates/syntax/src/bibtex/kind.rs b/support/texlab/crates/syntax/src/bibtex/kind.rs
index 7817f47495..0e8f8dabce 100644
--- a/support/texlab/crates/syntax/src/bibtex/kind.rs
+++ b/support/texlab/crates/syntax/src/bibtex/kind.rs
@@ -34,8 +34,6 @@ pub enum SyntaxKind {
ROOT,
}
-pub use SyntaxKind::*;
-
impl From<SyntaxKind> for rowan::SyntaxKind {
fn from(kind: SyntaxKind) -> Self {
Self(kind as u16)