Deny on warnings in xtasks

This commit is contained in:
datdenkikniet 2023-04-16 12:51:11 +02:00
parent 4d3361658b
commit 2db26c1015
10 changed files with 123 additions and 58 deletions

View file

@ -2,7 +2,6 @@
html_logo_url = "https://raw.githubusercontent.com/rtic-rs/rtic/master/book/en/src/RTIC.svg",
html_favicon_url = "https://raw.githubusercontent.com/rtic-rs/rtic/master/book/en/src/RTIC.svg"
)]
//deny_warnings_placeholder_for_ci
use proc_macro::TokenStream;
use std::{env, fs, path::Path};