summaryrefslogtreecommitdiffstats
path: root/src/value.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/value.rs')
-rw-r--r--src/value.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/value.rs b/src/value.rs
index fa2f791..bb88c34 100644
--- a/src/value.rs
+++ b/src/value.rs
@@ -8,6 +8,7 @@ use std::borrow::Cow;
/// but will be coerced into the requested type.
#[derive(Debug, Clone, PartialEq)]
pub enum Value {
+ Nil,
String(String),
Integer(i64),
Float(f64),