Skip to content

Commit

Permalink
core: Fix no_std lints
Browse files Browse the repository at this point in the history
  • Loading branch information
antangelo committed May 23, 2023
1 parent 18381a7 commit d528211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xdvdfs-core/src/layout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ impl DirectoryEntryDiskData {
Ok(())
}

#[cfg(all(feature = "read"))]
#[cfg(feature = "read")]
pub async fn read_data_all<E>(
&self,
dev: &mut impl super::blockdev::BlockDeviceRead<E>,
Expand Down

0 comments on commit d528211

Please sign in to comment.