mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
internal: Use basic NonEmptyVec in mbe::syntax_bridge
This commit is contained in:
parent
a0e0e4575b
commit
65a1538dd1
3 changed files with 98 additions and 51 deletions
|
@ -5,6 +5,7 @@ use std::{cmp::Ordering, ops, time::Instant};
|
|||
mod macros;
|
||||
pub mod process;
|
||||
pub mod panic_context;
|
||||
pub mod non_empty_vec;
|
||||
|
||||
pub use always_assert::{always, never};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue