Skip to content

Commit 19ddf6c

Browse files
committed
clean up tests
Signed-off-by: Heinz N. Gies <heinz@licenser.net>
1 parent 952a4e8 commit 19ddf6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/value/lazy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pub enum Value<'borrow, 'tape, 'input> {
4848
impl Default for Value<'static, 'static, '_> {
4949
#[cfg_attr(not(feature = "no-inline"), inline)]
5050
fn default() -> Self {
51-
Value::Value(Cow::Owned(borrowed::Value::default()))
51+
Value::Tape(tape::Value::null())
5252
}
5353
}
5454

0 commit comments

Comments
 (0)