Skip to content

Commit

Permalink
Fix more warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Nov 27, 2021
1 parent aab954b commit 6e3d0e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions umbral-pre/src/bindings_python.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

use alloc::string::String;
use alloc::vec::Vec;
use alloc::format;

use pyo3::class::basic::CompareOp;
use pyo3::create_exception;
Expand Down
1 change: 0 additions & 1 deletion umbral-pre/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
#[cfg(feature = "std")]
extern crate std;

#[macro_use]
extern crate alloc;

#[cfg(feature = "bench-internals")]
Expand Down

0 comments on commit 6e3d0e8

Please sign in to comment.