aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2024-11-15 21:45:08 -0700
committerMelody Horn <melody@boringcactus.com>2024-11-15 21:45:08 -0700
commit57d482190d3c7f88c27cc7cabd001646f061e68e (patch)
treea32c066b4015d1c49522de1238fbbd32031337ab
parentbdac807c274d7b87cec2502f7981c16b7fceec7b (diff)
downloadmakers-57d482190d3c7f88c27cc7cabd001646f061e68e.tar.gz
makers-57d482190d3c7f88c27cc7cabd001646f061e68e.zip
i’m breaking the full feature now, get on my level
-rw-r--r--src/args.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/args.rs b/src/args.rs
index c55dabc..f5097f8 100644
--- a/src/args.rs
+++ b/src/args.rs
@@ -310,7 +310,7 @@ mod test {
#[cfg(feature = "full")]
directory: None,
#[cfg(feature = "full")]
- print_directory: true,
+ print_directory: false,
#[cfg(feature = "full")]
no_print_directory: false,
targets_or_macros: vec!["bar".into(), "baz=yeet".into()],