mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-07 04:47:45 +03:00
dap: use smallvec! macro
This commit is contained in:
parent
81f51c13fa
commit
4d24a43651
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue