GothenburgBitFactory / taskwarrior

Taskwarrior - Command line Task Management
https://taskwarrior.org
MIT License
4.52k stars 314 forks source link

clippy is checking all crates #3182

Closed djmitche closed 1 year ago

djmitche commented 1 year ago
    Checking ureq v2.8.0
error[E0599]: no method named `add_trust_anchors` found for struct `RootCertStore` in the current scope
Error:    --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/ureq-2.8.0/src/rtls.rs:102:16
    |
102 |     root_store.add_trust_anchors(webpki_roots::TLS_SERVER_ROOTS.iter().map(|ta| {
    |                ^^^^^^^^^^^^^^^^^ help: there is an associated function with a similar name: `add_server_trust_anchors`

For more information about this error, try `rustc --explain E0599`.
error: could not compile `ureq` due to previous error
Error: warning: build failed, waiting for other jobs to finish...
Error: The process '/home/runner/.cargo/bin/cargo' failed with exit code 101

Let's just check our crates.

djmitche commented 1 year ago

Oh, that's a compile error - this is in #3180. I'll work on it there.