gluon-lang / lsp-types

Types for communicating with a language server
MIT License
328 stars 86 forks source link

deps: Update `bitflags` from 1.x to 2.x #288

Open waywardmonkeys opened 4 months ago

waywardmonkeys commented 4 months ago

This also removes the usage of extern crate and #[macro_use] which were no longer required with Rust 2018 edition and later.