Skip to content

Commit

Permalink
Rewrite iterators using FuncRegistration.
Browse files Browse the repository at this point in the history
  • Loading branch information
schungx committed Jan 30, 2024
1 parent bcb20cd commit 11e9cc7
Show file tree
Hide file tree
Showing 4 changed files with 253 additions and 331 deletions.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ use once_cell::sync::OnceCell;
#[cfg(not(feature = "std"))]
use once_cell::race::OnceBox as OnceCell;

#[allow(deprecated)]
pub use api::build_type::{CustomType, TypeBuilder};
#[cfg(not(feature = "no_custom_syntax"))]
pub use api::custom_syntax::Expression;
Expand Down
Loading

0 comments on commit 11e9cc7

Please sign in to comment.