Skip to content

Commit

Permalink
remove warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Maccraft123 committed Nov 7, 2023
1 parent 0df68e5 commit e9faba3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cytryna/src/firm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ impl FirmBuilder {
&mut self,
section: FirmwareSection,
) -> Result<&mut Self, FirmBuilderError> {
let mut slot = self
let slot = self
.fw_sections
.iter_mut()
.find(|v| v.is_none())
Expand Down
1 change: 0 additions & 1 deletion cytryna/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ pub mod ticket;
pub mod titleid;
pub mod tmd;

use std::mem;
use std::ops::Deref;

use thiserror::Error;
Expand Down

0 comments on commit e9faba3

Please sign in to comment.