Skip to content

Commit

Permalink
remove prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
rendaoer committed Dec 3, 2024
1 parent f2b0c27 commit 698df7c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,14 +223,6 @@ pub mod lens;
mod plugin;
mod tweenable;

#[doc(hidden)]
pub mod prelude {
pub use super::lens::*;
pub use super::plugin::*;
pub use super::tweenable::*;
pub use super::*;
}

#[cfg(test)]
mod test_utils;

Expand Down

0 comments on commit 698df7c

Please sign in to comment.