Codebase list rust-libslirp / 4185520
Remove structopt/lints kpcyrd 5 years ago
5 changed file(s) with 22 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 rust-structopt (0.2.14-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package structopt 0.2.14 from crates.io using debcargo 2.2.9
3
4 -- kpcyrd <git@rxv.cc> Sun, 30 Dec 2018 15:24:21 +0000
5
06 rust-structopt (0.2.10-1) unstable; urgency=medium
17
28 * Package structopt 0.2.10 from crates.io using debcargo 2.2.5
3030 before uploading to the archive.
3131
3232 Files: ./examples/deny_missing_docs.rs
33 Copyright: 2018 Guillaume Pinot (@TeXitoi) <texitoi@texitoi.eu>
34 License: UNKNOWN-LICENSE; FIXME (overlay)
35 Comment:
36 FIXME (overlay): These notices are extracted from files. Please review them
37 before uploading to the archive.
38
39 Files: ./examples/doc_comments.rs
3340 Copyright: 2018 Guillaume Pinot (@TeXitoi) <texitoi@texitoi.eu>
3441 License: UNKNOWN-LICENSE; FIXME (overlay)
3542 Comment:
144151 Files: debian/*
145152 Copyright:
146153 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
147 2018 FIXME (overlay) Your Name <Your Email>
154 2018 kpcyrd <git@rxv.cc>
148155 License: Apache-2.0 or MIT
149156
150157 License: Apache-2.0
00 overlay = "."
1 uploaders = ["kpcyrd <git@rxv.cc>"]
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -35,3 +35,2 @@ default = ["clap/default"]
3 doc = ["clap/doc"]
4 -lints = ["clap/lints"]
5 nightly = ["structopt-derive/nightly"]