From e245f5239a1766c5bb0e4001acb1aea7f0b6d0b5 Mon Sep 17 00:00:00 2001 From: David Hewitt <1939362+davidhewitt@users.noreply.github.com> Date: Thu, 17 Dec 2020 02:48:32 +0000 Subject: [PATCH] ci: deny all warnings --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index be7502ce..cb0fcdf5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,6 @@ #![cfg_attr(feature = "nightly", feature(specialization))] #![allow(clippy::missing_safety_doc)] // FIXME (#698) +#![deny(warnings)] //! Rust bindings to the Python interpreter. //!