Skip to content

Commit

Permalink
Merge pull request #142 from jdanford/fix-window-feature-name
Browse files Browse the repository at this point in the history
Fix feature name for including dasp_window
  • Loading branch information
mitchmindtree authored Aug 4, 2021
2 parents 2b7399a + 6d7485f commit 13ab1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dasp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@ pub use dasp_signal::{self as signal, Signal};
#[cfg(feature = "slice")]
#[doc(inline)]
pub use dasp_slice as slice;
#[cfg(feature = "signal")]
#[cfg(feature = "window")]
#[doc(inline)]
pub use dasp_window as window;

0 comments on commit 13ab1bc

Please sign in to comment.