Skip to content

Commit

Permalink
Tests require serde_impl (which should fix the wasm build errors)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Bartlett authored and Licenser committed Oct 28, 2024
1 parent 4c151fc commit 70e840d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,7 @@ impl DerefMut for AlignedBuf {
}
}

#[cfg(feature = "serde_impl")] //since the tested features are there to help work better with serde ...
#[cfg(test)]
mod tests {
use crate::Deserializer;
Expand Down

0 comments on commit 70e840d

Please sign in to comment.