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

View file

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

View file

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

View file

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