Skip to content

Commit adc3c97

Browse files
authored
Merge pull request #8982 from oech3/uudoc-skip-utils
uudoc: respect SKIP_UTILS
2 parents a6f580c + f09a833 commit adc3c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ expensive_tests = []
3131
# "test_risky_names" == enable tests that create problematic file names (would make a network share inaccessible to Windows, breaks SVN on Mac OS, etc.)
3232
test_risky_names = []
3333
# * only build `uudoc` when `--feature uudoc` is activated
34-
uudoc = ["clap_complete", "clap_mangen", "fluent-syntax", "zip", "feat_Tier1"]
34+
uudoc = ["clap_complete", "clap_mangen", "fluent-syntax", "zip"]
3535
## features
3636
## Optional feature for stdbuf
3737
# "feat_external_libstdbuf" == use an external libstdbuf.so for stdbuf instead of embedding it

0 commit comments

Comments
 (0)