Skip to content

Commit

Permalink
Merge #577
Browse files Browse the repository at this point in the history
577: Fix typo in `cfg` of encoding-feature-`compile_error!` r=Urhengulas a=Urhengulas

Fixes #576 

Co-authored-by: Johann Hemmann <johann.hemmann@code.berlin>
  • Loading branch information
bors[bot] and Urhengulas authored Sep 15, 2021
2 parents 6956fbd + 976bd2f commit 160589b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/encoding/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#[cfg(all(feature = "encoding-raw", feature = "encoding-rzcrawobs"))]
#[cfg(all(feature = "encoding-raw", feature = "encoding-rzcobs"))]
compile_error!("Multiple `encoding-*` features are enabled. You may only enable one.");

#[cfg_attr(feature = "encoding-raw", path = "raw.rs")]
Expand Down

0 comments on commit 160589b

Please sign in to comment.