Skip to content

Commit

Permalink
chore: rebase encoder macro
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Jul 9, 2023
1 parent 0c6bc77 commit 0d28ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ macro_rules! algos {
//
// TODO: remove panic note on next breaking release, along with `CParameter::nb_workers`
// change
pub fn with_quality_and_params(inner: $inner, level: crate::Level, params: &[crate::zstd::CParameter]) -> Self {
pub fn with_quality_and_params(inner: $inner_enc, level: crate::Level, params: &[crate::zstd::CParameter]) -> Self {
Self {
inner: crate::$($mod::)+generic::Encoder::new(
inner,
Expand Down

0 comments on commit 0d28ed5

Please sign in to comment.