Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
ink
Commits
d158a9b3
Commit
d158a9b3
authored
Jan 09, 2019
by
Hero Bird
Browse files
[examples/Subpeep] Fix compile error with Subpeep::default impl
parent
724eac07
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/subpeep/src/lib.rs
View file @
d158a9b3
...
...
@@ -70,7 +70,7 @@ impl Default for Subpeep {
fn
default
()
->
Self
{
unsafe
{
Subpeep
::
new_using_alloc
(
&
mut
*
utils
::
STORAGE_ALLOC
.lock
()
.unwrap
()
&
mut
*
utils
::
STORAGE_ALLOC
.lock
()
)
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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