Skip to content

Commit

Permalink
Rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos committed Feb 20, 2025
1 parent 08966a1 commit 31430c9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions zstd-safe/zstd-sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,5 @@ include!("bindings_zstd_experimental.rs");
))]
include!("bindings_zdict_experimental.rs");

#[cfg(all(
feature = "seekable",
not(feature = "bindgen")
))]
#[cfg(all(feature = "seekable", not(feature = "bindgen")))]
include!("bindings_zstd_seekable.rs");

0 comments on commit 31430c9

Please sign in to comment.