mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-04 01:20:49 +00:00
test short structs
This commit is contained in:
parent
f313ac45af
commit
97f41d7343
3 changed files with 39 additions and 4 deletions
|
@ -24,6 +24,7 @@ use crate::{
|
|||
pub use rowan::WalkEvent;
|
||||
pub(crate) use rowan::{GreenNode, GreenToken};
|
||||
|
||||
#[derive(Debug, PartialEq, Eq, Clone, Copy)]
|
||||
pub enum InsertPosition<T> {
|
||||
First,
|
||||
Last,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue