Remove edn::Pair struct since it's not used anywhere

Signed-off-by: Victor Porof <vporof@mozilla.com>
This commit is contained in:
Victor Porof 2017-02-02 15:08:25 +01:00
parent fcdf759399
commit 00048d1955

View file

@ -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.
///