Skip to content

Commit

Permalink
proto: attempt to satisfy CI
Browse files Browse the repository at this point in the history
  • Loading branch information
leshow committed Mar 8, 2021
1 parent 74c28e5 commit 8e5f4be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions crates/proto/src/rr/dnssec/ec_public_key.rs
Expand Up @@ -8,8 +8,7 @@
use super::Algorithm;
use crate::error::*;

#[derive(Debug, Clone)]
#[allow(missing_copy_implementations)]
#[derive(Copy, Clone)]
pub struct ECPublicKey {
buf: [u8; MAX_LEN],
len: usize,
Expand Down
1 change: 1 addition & 0 deletions crates/proto/src/rr/dnssec/mod.rs
Expand Up @@ -49,6 +49,7 @@ pub use ring::digest::Digest;

/// This is an empty type, enable Ring or OpenSSL for this feature
#[cfg(not(any(feature = "openssl", feature = "ring")))]
#[derive(Copy, Debug)]
pub struct Digest;

#[cfg(not(any(feature = "openssl", feature = "ring")))]
Expand Down

0 comments on commit 8e5f4be

Please sign in to comment.