1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 05:27:45 +00:00

Merge pull request #2384 from sylvestre/getopt

remove a legacy declaration to getopt
This commit is contained in:
Terts Diepraam 2021-06-10 10:45:16 +02:00 committed by GitHub
commit 96dffc8700
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -2605,7 +2605,6 @@ name = "uu_timeout"
version = "0.0.6"
dependencies = [
"clap",
"getopts",
"libc",
"uucore",
"uucore_procs",