diff --git a/autonomi/src/python.rs b/autonomi/src/python.rs index 6638f17d73..dab40e2e5f 100644 --- a/autonomi/src/python.rs +++ b/autonomi/src/python.rs @@ -1,3 +1,6 @@ +// TODO: Shall be removed once the python binding warnings resolved +#![allow(non_local_definitions)] + use crate::client::{ archive::ArchiveAddr, archive_private::PrivateArchiveAccess, diff --git a/sn_node/src/python.rs b/sn_node/src/python.rs index 7751dd1b3d..6d10991fbe 100644 --- a/sn_node/src/python.rs +++ b/sn_node/src/python.rs @@ -1,3 +1,6 @@ +// TODO: Shall be removed once the python binding warnings resolved +#![allow(non_local_definitions)] + use crate::{NodeBuilder, RunningNode}; use const_hex::FromHex; use libp2p::{