mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-22 00:00:15 +02:00
Change default lint level to warning and deny warnings in CI (#397)
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
#![feature(test)]
|
||||
#![deny(warnings, rust_2018_idioms)]
|
||||
#![warn(rust_2018_idioms)]
|
||||
|
||||
extern crate test;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user