Skip to content

Commit

Permalink
Fix build error on master (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored May 12, 2021
1 parent 34e8dcb commit 74a2b67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions valuable/src/listable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ slice! {
(T: Valuable) alloc::boxed::Box<[T]>,
#[cfg(feature = "alloc")]
(T: Valuable) alloc::rc::Rc<[T]>,
#[cfg(not(valuable_no_atomic_cas))]
#[cfg(feature = "alloc")]
(T: Valuable) alloc::sync::Arc<[T]>,
(T: Valuable, const N: usize) [T; N],
Expand Down

0 comments on commit 74a2b67

Please sign in to comment.