Skip to content

Commit

Permalink
chore: release 0.2.2 with less warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hansl committed Apr 21, 2021
1 parent 653030d commit 8329d68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "garcon"
version = "0.2.1"
version = "0.2.2"
authors = ["Hans Larsen <[email protected]>"]
edition = "2018"
description = "A collection of trait and classes to make your thread or async function wait."
Expand Down
5 changes: 1 addition & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ use core::sync::atomic::{AtomicU64, Ordering};
use core::time::Duration;

#[cfg(feature = "async")]
use core::{
future::{self, Future},
pin::Pin,
};
use core::{future::Future, pin::Pin};

#[cfg(not(feature = "no_std"))]
mod throttle;
Expand Down

0 comments on commit 8329d68

Please sign in to comment.