Skip to content

Commit 80fc98d

Browse files
committed
Fix: allow large Err-variant because fix is not straightforward
1 parent 13898ee commit 80fc98d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crate/sgx_pck_extension/src/extension.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Copyright 2022 Signal Messenger, LLC.
33
// SPDX-License-Identifier: AGPL-3.0-only
44
//
5+
#![allow(clippy::result_large_err)]
56

67
use std::collections::HashMap;
78
use std::convert::{TryFrom, TryInto};

0 commit comments

Comments
 (0)