mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 05:45:19 +01:00
Deny on warnings in xtasks
This commit is contained in:
parent
4d3361658b
commit
2db26c1015
10 changed files with 123 additions and 58 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue