Skip to content

Commit

Permalink
rm allow(dead_code)
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Swanson <[email protected]>
  • Loading branch information
sesi200 and ericswanson-dfinity authored Jan 24, 2024
1 parent 1041ff2 commit 9690cb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dfx/src/lib/cycles_ledger_types/create_canister.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ pub enum CmcCreateCanisterError {
}

#[derive(CandidType, Clone, Debug)]
#[allow(dead_code)]
pub enum SubnetSelection {
/// Choose a random subnet that satisfies the specified properties
Filter(SubnetFilter),
Expand Down

0 comments on commit 9690cb5

Please sign in to comment.