diff --git a/helix-lsp-types/src/lib.rs b/helix-lsp-types/src/lib.rs index 3ea1c0cd0..41c483f42 100644 --- a/helix-lsp-types/src/lib.rs +++ b/helix-lsp-types/src/lib.rs @@ -16,8 +16,8 @@ able to parse any URI, such as `urn:isbn:0451450523`. */ #![allow(non_upper_case_globals)] #![forbid(unsafe_code)] -#[macro_use] -extern crate bitflags; + +use bitflags::bitflags; use std::{collections::HashMap, fmt::Debug};