webpki/src
Brian Smith 17a40df331 Stop using `#![forbid(...)]` and rely on Clippy in CI/CD instead.
Remove `#![forbid(warnings)]` since Rust Nightly changed the way it enforces it,
and broke the build.

Count on Clippy to catch warnings so that we don't get bothered to deal with
transient warnings while hacking on the code.
2020-12-07 17:57:08 -08:00
..
data
calendar.rs Clippy: Temporarily suppress `clippy::unreadable_literal`. 2020-12-07 17:57:08 -08:00
cert.rs Retain the entire `SubjectPublicKeyInfo` structure when parsing. 2020-03-22 14:33:12 -05:00
der.rs Clippy: Remove unneeded lifetime annotations. 2020-12-07 17:57:08 -08:00
error.rs `cargo +nightly fmt.` 2019-03-28 15:26:38 -10:00
name.rs Clippy: Address `clippy::single-component-path-imports` warnings. 2020-12-07 17:57:08 -08:00
signed_data.rs Clippy: Address `clippy::single-component-path-imports` warnings. 2020-12-07 17:57:08 -08:00
time.rs `cargo +nightly fmt.` 2019-03-28 15:26:38 -10:00
trust_anchor_util.rs Clippy: Remove unneeded lifetime annotations. 2020-12-07 17:57:08 -08:00
verify_cert.rs Clippy: Temporarily suppress `clippy::identity_op` in OID constants. 2020-12-07 17:57:08 -08:00
webpki.rs Stop using `#![forbid(...)]` and rely on Clippy in CI/CD instead. 2020-12-07 17:57:08 -08:00