ci: deny all warnings

This commit is contained in:
David Hewitt 2020-12-17 02:48:32 +00:00
parent ff5e2d0856
commit e245f5239a

View file

@ -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.
//!