Skip to content

Commit

Permalink
Fix compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alevy authored and bradjc committed Apr 16, 2024
1 parent 86abc90 commit 624afa8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libraries/enum_primitive/src/cast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
use core::mem::size_of;
use core::num::Wrapping;

use core::{i16, i32, i64, i8, isize};
use core::{u16, u32, u64, u8, usize};

/// A generic trait for converting a value to a number.
pub trait ToPrimitive {
/// Converts the value of `self` to an `isize`.
Expand Down

0 comments on commit 624afa8

Please sign in to comment.