Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use root namespace
  • Loading branch information
montekki committed Jun 24, 2021
commit 85a5604116c2811af402567a639583d47258d55d
4 changes: 2 additions & 2 deletions core/src/generate_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -934,8 +934,8 @@ mod tests {
use super::root;
#[derive(Debug, ::codec::Encode, ::codec::Decode)]
pub struct S {
pub lsb: bitvec::vec::BitVec<root::bitvec::order::Lsb0, u8>,
pub msb: bitvec::vec::BitVec<root::bitvec::order::Msb0, u16>,
pub lsb: root::bitvec::vec::BitVec<root::bitvec::order::Lsb0, u8>,
pub msb: root::bitvec::vec::BitVec<root::bitvec::order::Msb0, u16>,
}
}
}
Expand Down