Skip to content

Commit 32dffaa

Browse files
committed
json: allow dead code
We'll probably want to keep the code
1 parent 9bfb22f commit 32dffaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/json.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ impl Display for Error {
2828

2929
impl std::error::Error for Error {}
3030

31+
#[allow(dead_code)]
3132
impl<'v> Value<'v> {
3233
pub const fn new(value: &'v serde_json::Value) -> Self {
3334
Self {

0 commit comments

Comments
 (0)