mirror of https://github.com/helix-editor/helix
minor: `use bitflags::bitflags` rather than extern crate
This seems to be a historical artifact in `lsp_types` - we can use a regular `use` statement to pull in the `bitflags!` macro rather than an external crate definition. This fixes rust-analyzer's ability to find the macro at least on rust-analyzer 2024-02-26.pull/11889/head
parent
6cff3124cb
commit
1183c6c244
Loading…
Reference in New Issue