Skip to content

Commit

Permalink
Add allow_ci marker
Browse files Browse the repository at this point in the history
  • Loading branch information
puiterwijk committed Nov 23, 2020
1 parent 71ee91b commit 031deea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tpm.rs
Expand Up @@ -72,7 +72,7 @@ pub(crate) fn create_ek(
&mut offset,
);
if res != 0 {
panic!("out of memory or invalid data received from TPM");
panic!("out of memory or invalid data received from TPM"); //#[allow_ci]
}
tpm_pub_vec.set_len(offset as usize);
}
Expand Down

0 comments on commit 031deea

Please sign in to comment.