summaryrefslogtreecommitdiff
path: root/support/texlab/crates/syntax/src/bibtex/kind.rs
diff options
context:
space:
mode:
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)