Commit f248552d authored by Stanislav Tkach's avatar Stanislav Tkach Committed by Arkadiy Paronyan
Browse files

Replace std:: with core:: for bitvec (#123)

parent 1836938b
Pipeline #43088 passed with stages
in 19 minutes and 55 seconds
target/
.DS*
.*.swp
.idea
.vscode
.DS_Store
......@@ -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};
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment