mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
chore: rustfmt
This commit is contained in:
parent
c2e8bb6f94
commit
f4fba51e3e
1 changed files with 36 additions and 36 deletions
|
@ -401,7 +401,7 @@ impl<'a> From<&'a Collateral> for SgxQlQveCollateralT<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
impl<'a> Deref for SgxQlQveCollateralT<'a> {
|
||||
impl Deref for SgxQlQveCollateralT<'_> {
|
||||
type Target = sgx_ql_qve_collateral_t;
|
||||
|
||||
fn deref(&self) -> &Self::Target {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue