allow unexpected cfgs (#6)
resolves complaints about pyo3's Py_LIMITED_API config directive
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#![allow(unexpected_cfgs)]
|
||||
#![deny(clippy::all, nonstandard_style, rust_2018_idioms, unused, warnings)]
|
||||
|
||||
use self::{
|
||||
|
||||
Reference in New Issue
Block a user