Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Oct 14, 2023
1 parent 69e345e commit 535ba30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion clients/rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ mod traits;
pub mod utils;

pub use generated::programs::MPL_TOKEN_METADATA_ID as ID;
use generated::types::TokenStandard;
pub use generated::*;
6 changes: 6 additions & 0 deletions clients/rust/src/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ use crate::{
},
};

// UpdateV1InstructionArgs

impl Default for UpdateV1InstructionArgs {
fn default() -> Self {
Self {
Expand All @@ -34,6 +36,10 @@ impl Default for UpdateV1InstructionArgs {
}
}

// Token Standard

impl Copy for TokenStandard {}

// Master Edition

impl MasterEdition {
Expand Down

0 comments on commit 535ba30

Please sign in to comment.