Skip to content

Commit

Permalink
remove another clone
Browse files Browse the repository at this point in the history
  • Loading branch information
joonazan committed Jul 24, 2024
1 parent 0c81bb3 commit c2518e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use crate::{
/// Serves two purposes:
/// - Tracks where next tx should be pushed to in the bootloader memory.
/// - Tracks which transaction should be executed next.
#[derive(Debug, Clone)]
#[derive(Debug)]
pub struct BootloaderState {
/// ID of the next transaction to be executed.
/// See the structure doc-comment for a better explanation of purpose.
Expand Down

0 comments on commit c2518e6

Please sign in to comment.