Remove edn::Pair
struct since it's not used anywhere
Signed-off-by: Victor Porof <vporof@mozilla.com>
This commit is contained in:
parent
fcdf759399
commit
00048d1955
1 changed files with 0 additions and 2 deletions
|
@ -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
|
/// Converts `name` into a plain or namespaced value symbol, depending on
|
||||||
/// whether or not `namespace` is given.
|
/// whether or not `namespace` is given.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue