Skip to content

Commit

Permalink
fix: cargo udeps
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuthor committed Sep 28, 2023
1 parent 584a8cc commit 5e23ee7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ repos:
hooks:
- id: shellcheck

- repo: https://github.com/doublify/pre-commit-rust
rev: v1.0
hooks:
- id: cargo-check

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
Expand Down
2 changes: 1 addition & 1 deletion src/asymmetric_crypto/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pub use curves::*;
#[cfg(feature = "rsa")]
mod rsa;
#[cfg(feature = "rsa")]
pub use rsa::*;
pub use self::rsa::*;

pub trait PublicKey {}

Expand Down

0 comments on commit 5e23ee7

Please sign in to comment.