From 0c1e1c0d0e05dcc50233f468c533e2f5f4105bda Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Sun, 6 Apr 2025 02:00:58 +0200 Subject: [PATCH] Don't deny warnings. --- build.rs | 2 -- tests/tsan.rs | 1 - 2 files changed, 3 deletions(-) diff --git a/build.rs b/build.rs index 14061de1..cc0325c8 100644 --- a/build.rs +++ b/build.rs @@ -1,5 +1,3 @@ -#![deny(warnings)] - use std::{ env, error::Error, diff --git a/tests/tsan.rs b/tests/tsan.rs index ff0a9211..b7543da2 100644 --- a/tests/tsan.rs +++ b/tests/tsan.rs @@ -1,6 +1,5 @@ #![deny(rust_2018_compatibility)] #![deny(rust_2018_idioms)] -#![deny(warnings)] use std::{ptr::addr_of_mut, thread};