Skip to content

Commit

Permalink
Merge branch 'main' into update-docs-build
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Jun 25, 2024
2 parents a5918bf + b87f7d7 commit 9d4c744
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/time/cuc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ use serde::{Deserialize, Serialize};
use core::fmt::{Debug, Display, Formatter};
use core::ops::{Add, AddAssign};
use core::time::Duration;
use core::u64;

use crate::ByteConversionError;

Expand Down
1 change: 0 additions & 1 deletion src/time/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use core::cmp::Ordering;
use core::fmt::{Display, Formatter};
use core::ops::{Add, AddAssign, Sub};
use core::time::Duration;
use core::u8;

#[allow(unused_imports)]
#[cfg(not(feature = "std"))]
Expand Down

0 comments on commit 9d4c744

Please sign in to comment.