diff options
Diffstat (limited to 'src/parse/mod.rs')
-rw-r--r-- | src/parse/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/mod.rs b/src/parse/mod.rs index b74df4c..5c85172 100644 --- a/src/parse/mod.rs +++ b/src/parse/mod.rs | |||
@@ -95,7 +95,7 @@ pub fn eval_postfix(postfixed: Vec<Token>) -> Result<f64, CalcError> { | |||
95 | } | 95 | } |
96 | } | 96 | } |
97 | _ => { | 97 | _ => { |
98 | unreachable!("nah nigga") | 98 | unreachable!("wut") |
99 | } | 99 | } |
100 | } | 100 | } |
101 | } | 101 | } |