Skip to content

Commit e51c814

Browse files
committed
Touch up PR 1265
1 parent 84abbdb commit e51c814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/value/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ impl Default for Value {
924924
}
925925
}
926926

927-
impl<'a> Default for &'a Value {
927+
impl Default for &Value {
928928
fn default() -> Self {
929929
const DEFAULT: Value = Value::Null;
930930
&DEFAULT

0 commit comments

Comments
 (0)