diff --git a/edn/src/types.rs b/edn/src/types.rs index 53342212..ea983ec1 100644 --- a/edn/src/types.rs +++ b/edn/src/types.rs @@ -214,8 +214,6 @@ fn to_ord(value: &Value) -> i32 { } } -pub struct Pair(Value, Value); - /// Converts `name` into a plain or namespaced value symbol, depending on /// whether or not `namespace` is given. ///