Skip to content

Commit

Permalink
fix clippy and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sergerad committed Jul 17, 2024
1 parent 5719a25 commit bcb4963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- Added support for immediate values for `u32and`, `u32or`, `u32xor` and `u32not` bitwise instructions (#1362).
- Optimized `std::sys::truncate_stuck` procedure (#1384).
- Add serialization/deserialization for `MastForest` (#1370)
- Introduce `MastForestError` to enforce `MastForest` node count invariant (#1394)

#### Changed

Expand Down
2 changes: 1 addition & 1 deletion core/src/mast/serialization/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use alloc::{string::ToString, vec::Vec};
use alloc::vec::Vec;
use winter_utils::{ByteReader, ByteWriter, Deserializable, DeserializationError, Serializable};

use super::{MastForest, MastNode, MastNodeId};
Expand Down

0 comments on commit bcb4963

Please sign in to comment.