Skip to content

Commit

Permalink
Remove an obsolete warning silencer
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Jan 29, 2024
1 parent 7514ded commit 9a2ee66
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions umbral-pre/src/bindings_python.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
// TODO (#30): ideally, we would write documentation for the bindings as docstrings here,
// and let Sphinx pick it up... but it's not great at doing so.
#![allow(missing_docs)]
// Clippy shows false positives in PyO3 methods.
// See https://github.com/rust-lang/rust-clippy/issues/8971
// Will probably be fixed by Rust 1.65
#![allow(clippy::borrow_deref_ref)]

use alloc::format;
use alloc::string::String;
Expand Down

0 comments on commit 9a2ee66

Please sign in to comment.