Skip to content

Commit 18e6972

Browse files
committed
Clippy and fmt
1 parent 02b4bea commit 18e6972

File tree

3 files changed

+3
-82
lines changed

3 files changed

+3
-82
lines changed

Cargo.lock

Lines changed: 0 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/roughenough-client/src/reporting.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ use ReportingError::HttpError;
44
use data_encoding::BASE64;
55
use roughenough_protocol::ToFrame;
66
use serde::{Deserialize, Serialize};
7-
use tracing::{info};
7+
use tracing::info;
8+
#[cfg(feature = "reporting")]
9+
use tracing::error;
810

911
use crate::CausalityViolation;
1012
use crate::measurement::Measurement;

crates/roughenough-keys/src/longterm/envelope.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ pub(crate) fn seal_seed(dek: [u8; 32], seed: &Seed, aad: &[u8]) -> Vec<u8> {
3737
in_out
3838
}
3939

40-
4140
#[allow(dead_code)] // uses are behind cargo features
4241
pub(crate) fn open_seed(
4342
dek: [u8; 32],

0 commit comments

Comments
 (0)