Skip to content

Commit

Permalink
Fix unused import warning, release 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
djkoloski committed Nov 24, 2021
1 parent 1262c0e commit 0e4429a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rend"
version = "0.3.3"
version = "0.3.4"
authors = ["David Koloski <djkoloski@gmail.com>"]
edition = "2018"
description = "Endian-aware primitives for Rust"
Expand Down
1 change: 1 addition & 0 deletions src/impl_struct.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#[cfg(has_atomics)]
use ::core::sync::atomic::Ordering;

#[cfg(has_atomics)]
Expand Down

0 comments on commit 0e4429a

Please sign in to comment.