Lines Matching +full:cargo +full:- +full:deny
1 …aw.githubusercontent.com/nvzqz/static-assertions-rs/assets/Banner.png)](https://github.com/nvzqz/s…
7 //! <a href="https://github.com/nvzqz/static-assertions-rs/actions?query=workflow%3ACI">
8 //! <img src="https://github.com/nvzqz/static-assertions-rs/workflows/CI/badge.svg" alt="Bu…
10 //! <img src="https://img.shields.io/badge/rustc-^1.37.0-blue.svg" alt="rustc ^1.37.0">
16 //! _All_ checks provided by this crate are performed at [compile-time]. This
25 //! following to your project's [`Cargo.toml`]:
57 //! It can be enabled via the `proc` feature flag in your [`Cargo.toml`]:
71 //! See [`CHANGELOG.md`](https://github.com/nvzqz/static-assertions-rs/blob/master/CHANGELOG.md)
85 //! <img src="https://buymecoffee.intm.org/img/button-paypal-white.png" alt="Buy me a coffee" h…
89 …[procedural macros]: https://doc.rust-lang.org/book/ch19-06-macros.html#procedural-macros-for-gene…
90 //! [Rust 1.37]: https://blog.rust-lang.org/2019/08/15/Rust-1.37.0.html
91 //! [2018]: https://blog.rust-lang.org/2018/12/06/Rust-1.31-and-rust-2018.html#rust-2018
93 //! [compile-time]: https://en.wikipedia.org/wiki/Compile_time
94 //! [`Cargo.toml`]: https://doc.rust-lang.org/cargo/reference/manifest.html
96 #![deny(missing_docs, unused_macros)]
99 html_logo_url = "https://raw.githubusercontent.com/nvzqz/static-assertions-rs/assets/Icon.png",
100 test(attr(deny(warnings), allow(dead_code)))
134 // Type-level booleans.