test short structs

This commit is contained in:
Aleksey Kladov 2019-04-22 00:52:21 +03:00
parent f313ac45af
commit 97f41d7343
3 changed files with 39 additions and 4 deletions

View file

@ -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,