Skip to content

Commit b388b32

Browse files
authored
uudoc: respect SKIP_UTILS
Including `feat_Tier1` cause building manual for `SKIP_UTILS`.
1 parent 3d6b0b2 commit b388b32

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)