Skip to content

Commit

Permalink
Merge pull request #2469 from maqi/mute_python_binding_error
Browse files Browse the repository at this point in the history
fix(CI): mute clippy warnings (python binding errors) temporarily
  • Loading branch information
jacderida authored Nov 29, 2024
2 parents 52db692 + a4a8d5a commit 202b093
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autonomi/src/python.rs
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
3 changes: 3 additions & 0 deletions sn_node/src/python.rs
Original file line number Diff line number Diff line change
@@ -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::{
Expand Down

0 comments on commit 202b093

Please sign in to comment.