Skip to content

Commit 7fd1ebb

Browse files
committed
remove unused uudoc
1 parent 1454198 commit 7fd1ebb

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ build = "build.rs"
2323

2424
[features]
2525
default = ["feat_common_core"]
26-
uudoc = []
2726

2827
feat_common_core = ["sed"]
2928
sed = []
@@ -102,11 +101,6 @@ path = "src/lib.rs"
102101
name = "sed"
103102
path = "src/bin/sed.rs"
104103

105-
[[bin]]
106-
name = "uudoc"
107-
path = "src/bin/uudoc.rs"
108-
required-features = ["uudoc"]
109-
110104
[[bench]]
111105
name = "sed_bench"
112106
harness = false

build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ pub fn main() {
2929
match krate.as_ref() {
3030
"default" | "macos" | "unix" | "windows" | "selinux" | "zip" => continue, // common/standard feature names
3131
"nightly" | "test_unimplemented" => continue, // crate-local custom features
32-
"uudoc" => continue, // is not a utility
3332
"test" => continue, // over-ridden with 'uu_test' to avoid collision with rust core crate 'test'
3433
s if s.starts_with(FEATURE_PREFIX) => continue, // crate feature sets
3534
_ => {} // util feature name

0 commit comments

Comments
 (0)