This repository was archived by the owner on Dec 29, 2021. It is now read-only.
Commit f7ee6ca
Merge #103
103: Replace skeptic by docmatic r=epage a=Eijebong
This removes quite a few dependencies from assert_cli.
```
Removing bitflags v0.9.1
Removing bitflags v1.0.3
Removing bytecount v0.2.0
Removing cargo_metadata v0.3.3
Adding docmatic v0.1.2
Removing error-chain v0.11.0
Removing fuchsia-zircon v0.3.3
Removing fuchsia-zircon-sys v0.3.3
Removing glob v0.2.11
Removing kernel32-sys v0.2.2
Removing proc-macro2 v0.3.8
Removing pulldown-cmark v0.1.2
Removing quote v0.5.2
Removing rand v0.4.2
Removing remove_dir_all v0.5.1
Removing same-file v0.1.3
Removing semver v0.8.0
Removing semver-parser v0.7.0
Removing serde_derive v1.0.51
Removing skeptic v0.13.2
Removing syn v0.13.7
Removing tempdir v0.3.7
Removing unicode-xid v0.1.0
Removing walkdir v1.0.7
Adding which v2.0.0
Removing winapi v0.2.8
Removing winapi-build v0.1.1
```
<!--
Thank you for taking the time to contribute to this project!
To ease reviewing your changes and making sure we don't forget anything, please
take a minute to check the following (remove lines that don't apply), and
replace this text with a description of what this PR does. Bonus points for
linking to issues! :)
-->
- [ ] I have created tests for any new feature, or added regression tests for bugfixes.
- [x] `cargo test` succeeds
- [ ] Clippy is happy: `cargo +nightly clippy` succeeds
- [ ] Rustfmt is happy: `cargo +nightly fmt` succeeds
Co-authored-by: Bastien Orivel <eijebong@bananium.fr>File tree
5 files changed
+7
-11
lines changed- tests
5 files changed
+7
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 25 | | |
30 | | - | |
| 26 | + | |
31 | 27 | | |
32 | 28 | | |
33 | 29 | | |
Whitespace-only changes.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
This file was deleted.
0 commit comments