Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
labbott committed Aug 26, 2024
1 parent 8155251 commit 15c0270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dice-cert-tmpl/src/encoding.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ fn decode_obj(
}

/// Decode the key file at `path` based on provided encoding.
///
/// This code doesn't parse the DER, and doesn't validate the key type.
/// We assume it's an Ed25519 key & use known offsets that we think will work.
/// Or not.
Expand Down
1 change: 1 addition & 0 deletions dice-mfg/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ pub fn check_csr(csr: &PathBuf, pid: &PlatformId) -> Result<bool> {
Ok(false)
}

#[allow(clippy::too_long_first_doc_paragraph)]
/// The MfgDriver is used to send commands to the RoT as part of programming
/// identity credentials. The structure holds SerialPort instance. The
/// associated functions map 1:1 to members of the MfgMessage enum from
Expand Down

0 comments on commit 15c0270

Please sign in to comment.