mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-19 22:35:19 +01:00
Remove #[deny(warnings)], but deny warnings for CI
This commit is contained in:
parent
4de9eb673a
commit
3741d431be
3 changed files with 19 additions and 3 deletions
|
|
@ -1,9 +1,8 @@
|
|||
// #![deny(warnings)]
|
||||
|
||||
#![doc(
|
||||
html_logo_url = "https://raw.githubusercontent.com/rtic-rs/cortex-m-rtic/master/book/en/src/RTIC.svg",
|
||||
html_favicon_url = "https://raw.githubusercontent.com/rtic-rs/cortex-m-rtic/master/book/en/src/RTIC.svg"
|
||||
)]
|
||||
//deny_warnings_placeholder_for_ci
|
||||
|
||||
extern crate proc_macro;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue