1
0
Fork 0
mirror of https://github.com/rtic-rs/rtic.git synced 2025-03-21 21:46:21 +01:00

CI: Don't let warnings get away

This commit is contained in:
Henrik Tjäder 2023-01-27 13:18:29 +01:00
parent 8cef52daf7
commit 87aa9df129
3 changed files with 3 additions and 0 deletions
rtic-channel/src
rtic-monotonics/src
rtic-time/src

View file

@ -2,6 +2,7 @@
#![no_std]
#![deny(missing_docs)]
//deny_warnings_placeholder_for_ci
use core::{
cell::UnsafeCell,

View file

@ -3,6 +3,7 @@
#![no_std]
#![no_main]
#![deny(missing_docs)]
//deny_warnings_placeholder_for_ci
#![allow(incomplete_features)]
#![feature(async_fn_in_trait)]

View file

@ -2,6 +2,7 @@
#![no_std]
#![deny(missing_docs)]
//deny_warnings_placeholder_for_ci
#![allow(incomplete_features)]
#![feature(async_fn_in_trait)]