forked from extern/nushell
Default values (#4770)
This commit is contained in:
@ -56,7 +56,7 @@ pub enum RangeInclusion {
|
||||
RightExclusive,
|
||||
}
|
||||
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
#[derive(Debug, Copy, Clone, PartialEq, Serialize, Deserialize)]
|
||||
pub struct RangeOperator {
|
||||
pub inclusion: RangeInclusion,
|
||||
pub span: Span,
|
||||
|
Reference in New Issue
Block a user