Skip to content

Commit

Permalink
chore: re-export generic_array
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker committed Dec 18, 2023
1 parent cb6118a commit a391e26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ use serde::{Deserialize, Serialize};
use std::fmt;
use trait_set::trait_set;

// See https://www.lurklurk.org/effective-rust/re-export.html
pub use generic_array;

#[cfg(all(
any(feature = "cuda", feature = "opencl"),
not(any(
Expand Down

0 comments on commit a391e26

Please sign in to comment.