Skip to content

Commit

Permalink
fix doc code
Browse files Browse the repository at this point in the history
  • Loading branch information
sowbug committed Sep 20, 2023
1 parent 6e78f78 commit 8527879
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//! An audio engine designed to support a DAW (digital audio workstation).
//!
//! ```
//! # use ensnare::core::{Normal, StereoSample};
//! # use groove::{EntityObsolete, OldOrchestrator};
//! # use groove_core::{
//! # generators::{EnvelopeParams, Waveform},
Expand All @@ -20,9 +21,7 @@
//! # TimeSignatureParams
//! # },
//! # traits::Configurable,
//! # Normal,
//! # SAMPLE_BUFFER_SIZE,
//! # StereoSample,
//! # };
//! # use groove_entities::{
//! # controllers::Sequencer,
Expand Down

0 comments on commit 8527879

Please sign in to comment.