Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bconn98 committed Feb 19, 2024
1 parent 62a0d9f commit a978f1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/encode/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ impl<'a, W: Write + ?Sized> Write for &'a mut W {

#[cfg(test)]
mod test {
#[cfg(feature = "config_parsing")]
#[cfg(feature = "console_writer")]
// #[cfg(feature = "console_writer", feature = "config_parsing")]
use super::*;

#[cfg(feature = "config_parsing")]
Expand Down

0 comments on commit a978f1c

Please sign in to comment.