Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
ink
Commits
4581ae5c
Unverified
Commit
4581ae5c
authored
Oct 20, 2020
by
Michael Müller
Committed by
GitHub
Oct 20, 2020
Browse files
[storage] Fix bug (#524)
parent
eed4a13d
Pipeline
#111140
passed with stages
in 8 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
crates/storage/src/traits/impls/prims.rs
View file @
4581ae5c
...
...
@@ -270,7 +270,7 @@ mod tests {
let
y
:
$name
=
pull_spread_root
(
&
key
);
assert_eq!
(
x
,
y
);
push_packed_root
(
&
x
,
&
key2
);
let
z
:
$name
=
pull_packed_root
(
&
key
);
let
z
:
$name
=
pull_packed_root
(
&
key
2
);
assert_eq!
(
x
,
z
);
})
*
})
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment