Skip to content

Commit

Permalink
Remove diagnostic for unsupported flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpratt committed Aug 29, 2023
1 parent 281aae7 commit 7d54150
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions time/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,6 @@
#[cfg(feature = "alloc")]
extern crate alloc;

// TODO(jhpratt) remove this after a while
#[cfg(unsound_local_offset)]
compile_error!(
"The `unsound_local_offset` flag was removed in time 0.3.18. If you need this functionality, \
see the `time::util::local_offset::set_soundness` function."
);

// region: macros
/// Helper macro for easily implementing `OpAssign`.
macro_rules! __impl_assign {
Expand Down

0 comments on commit 7d54150

Please sign in to comment.