Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` error: function `allow_null` is never used --> src/metadata.rs:112:4 | 112 | fn allow_null<T>(value: Value, f: impl FnOnce(Value) -> Option<T>) -> Option<Option<T>> { | ^^^^^^^^^^ | = note: `-D dead-code` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(dead_code)]` error: function `into_object` is never used --> src/metadata.rs:134:4 | 134 | fn into_object(value: Value) -> Option<Object> { | ^^^^^^^^^^^ error: methods `remove_object` and `remove_nullable` are never used --> src/metadata.rs:145:8 | 142 | trait ObjectExt { | --------- methods in this trait ... 145 | fn remove_object(&mut self, key: &'static str) -> ParseResult<Object>; | ^^^^^^^^^^^^^ 146 | fn remove_nullable<T>( | ^^^^^^^^^^^^^^^ ```
- Loading branch information