Skip to content

Commit

Permalink
pwdx is part of procps - moved https://github.com/uutils/procps
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Jan 26, 2024
1 parent 3229e50 commit 8349d5c
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 106 deletions.
9 changes: 0 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ build = "build.rs"
default = ["feat_common_core"]

feat_common_core = [
"pwdx",
"renice",
"mountpoint",
"lscpu",
Expand Down Expand Up @@ -56,7 +55,6 @@ textwrap = { workspace = true }


#
pwdx = { optional = true, version = "0.0.1", package = "uu_pwdx", path = "src/uu/pwdx" }
lscpu = { optional = true, version = "0.0.1", package = "uu_lscpu", path = "src/uu/lscpu" }
renice = { optional = true, version = "0.0.1", package = "uu_renice", path = "src/uu/renice" }
mountpoint = { optional = true, version = "0.0.1", package = "uu_mountpoint", path = "src/uu/mountpoint" }
Expand Down
17 changes: 0 additions & 17 deletions src/uu/pwdx/Cargo.toml

This file was deleted.

7 changes: 0 additions & 7 deletions src/uu/pwdx/pwdx.md

This file was deleted.

1 change: 0 additions & 1 deletion src/uu/pwdx/src/main.rs

This file was deleted.

52 changes: 0 additions & 52 deletions src/uu/pwdx/src/pwdx.rs

This file was deleted.

14 changes: 0 additions & 14 deletions tests/by-util/test_pwdx.rs

This file was deleted.

4 changes: 0 additions & 4 deletions tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ mod common;
#[path = "by-util/test_lscpu.rs"]
mod test_lscpu;

#[cfg(feature = "pwdx")]
#[path = "by-util/test_pwdx.rs"]
mod test_pwdx;

#[cfg(feature = "mountpoint")]
#[path = "by-util/test_mountpoint.rs"]
mod test_mountpoint;
Expand Down

0 comments on commit 8349d5c

Please sign in to comment.