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
parity-scale-codec
Commits
f248552d
Commit
f248552d
authored
Jul 11, 2019
by
Stanislav Tkach
Committed by
Arkadiy Paronyan
Jul 11, 2019
Browse files
Replace std:: with core:: for bitvec (#123)
parent
1836938b
Pipeline
#43088
passed with stages
in 19 minutes and 55 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
f248552d
target/
.DS*
.*.swp
.idea
.vscode
.DS_Store
src/bit_vec.rs
View file @
f248552d
...
...
@@ -14,7 +14,7 @@
//! `BitVec` specific serialization.
use
std
::
mem
;
use
core
::
mem
;
use
bitvec
::{
vec
::
BitVec
,
bits
::
Bits
,
cursor
::
Cursor
,
slice
::
BitSlice
,
boxed
::
BitBox
};
use
byte_slice_cast
::{
AsByteSlice
,
ToByteSlice
,
FromByteSlice
,
Error
as
FromByteSliceError
};
...
...
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