ci: deny all warnings
This commit is contained in:
parent
ff5e2d0856
commit
e245f5239a
|
@ -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.
|
||||
//!
|
||||
|
|
Loading…
Reference in a new issue