Skip to content

Commit

Permalink
stabilize new channels
Browse files Browse the repository at this point in the history
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
  • Loading branch information
Keruspe committed Jan 15, 2021
1 parent b1b8355 commit 8274995
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview

## [Unreleased]

The new `async_std::channel` submodule, introduced in 1.8.0, has been stabilized. You no longer need the `unstable` feature to use it.

## Added

- Add `tokio1` feature ([#924](https://github.com/async-rs/async-std/pull/924))
Expand Down
2 changes: 0 additions & 2 deletions src/channel.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
//! Channels

#[cfg(feature = "unstable")]
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
#[doc(inline)]
pub use async_channel::*;
2 changes: 0 additions & 2 deletions tests/channel.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![cfg(feature = "unstable")]

use std::sync::atomic::{AtomicUsize, Ordering};
use std::sync::Arc;
use std::time::Duration;
Expand Down

0 comments on commit 8274995

Please sign in to comment.