Skip to content

Commit

Permalink
Merge pull request #7 from robin-nitrokey/clippy
Browse files Browse the repository at this point in the history
Fix doc comments
  • Loading branch information
robin-nitrokey authored Nov 13, 2023
2 parents b33eb53 + b8f5ea5 commit 511f361
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub use types::{RsaImportFormat, RsaPublicParts};
mod crypto_traits;
pub use crypto_traits::{Rsa2048Pkcs1v15, Rsa3072Pkcs1v15, Rsa4096Pkcs1v15};

/// Trussed [`Backend`](trussed::backend::Backend) implementation adding support for RSA
/// Trussed [`Backend`][] implementation adding support for RSA
///
/// This implementation is done in software and requieres an allocator
#[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Debug, Default, Hash)]
Expand Down
5 changes: 3 additions & 2 deletions tests/other.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@

#![cfg(feature = "virt")]

///! Test that the core backend is still reachable.
///! Tests imported from the trussed repo
//! Test that the core backend is still reachable.
//! Tests imported from the trussed repo
use trussed::{client::CertificateClient as _, syscall, try_syscall, types::Location::*};
use trussed_rsa_alloc::virt;

Expand Down

0 comments on commit 511f361

Please sign in to comment.