rpn(1): minor change
This commit is contained in:
parent
b35f87bd27
commit
258881dbb2
@ -57,7 +57,7 @@ extern crate sysexits;
|
|||||||
use sysexits::EX_DATAERR;
|
use sysexits::EX_DATAERR;
|
||||||
|
|
||||||
#[derive(Clone, Copy, PartialEq, PartialOrd, Debug)]
|
#[derive(Clone, Copy, PartialEq, PartialOrd, Debug)]
|
||||||
// enum CalcType is a type containing operations used in the calculator.
|
// enum CalcType is a type containing operations used in the calculator
|
||||||
enum CalcType {
|
enum CalcType {
|
||||||
Add,
|
Add,
|
||||||
Subtract,
|
Subtract,
|
||||||
|
Loading…
Reference in New Issue
Block a user