Skip to content

Commit

Permalink
prev
Browse files Browse the repository at this point in the history
  • Loading branch information
mulkieran committed Sep 5, 2024
1 parent 9d8e867 commit d269dc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/device.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ impl From<dev_t> for Device {
impl From<Device> for dev_t {
fn from(dev: Device) -> dev_t {
#[cfg(target_os = "android")]
#[allow(clippy::useless_conversion)] // Param types u32 in libc 0.2.133
{
makedev(
dev.major
Expand Down

0 comments on commit d269dc3

Please sign in to comment.