Skip to content

Commit e805fa4

Browse files
committed
Fix feature tags.
1 parent 66c5ba5 commit e805fa4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/common.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ impl<T> LinkedListAsync<T> {
160160

161161
pub fn push_back(&self, input: T) {
162162
self.inner.lock().unwrap().push_back(input);
163+
164+
#[cfg(feature = "for_futures")]
163165
self.wake();
164166
}
165167

0 commit comments

Comments
 (0)