dap: use smallvec! macro

This commit is contained in:
Blaž Hrastnik 2021-08-29 23:02:46 +09:00
parent 81f51c13fa
commit 4d24a43651
2 changed files with 4 additions and 4 deletions

View file

@ -195,7 +195,7 @@ pub use {regex, tree_sitter};
pub use graphemes::RopeGraphemes;
pub use position::{coords_at_pos, pos_at_coords, Position};
pub use selection::{Range, Selection};
pub use smallvec::SmallVec;
pub use smallvec::{smallvec, SmallVec};
pub use syntax::Syntax;
pub use diagnostic::Diagnostic;