Skip to content

Commit

Permalink
fix: allow dead code for struct vars that we do not want to implement…
Browse files Browse the repository at this point in the history
…/read
  • Loading branch information
Samika Kashyap committed Jun 13, 2024
1 parent f551d42 commit f28e996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions runner/src/scenario/ceramic/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pub type CeramicClient = CeramicHttpClient<JwkSigner>;
#[derive(Clone)]
pub struct Credentials {
pub signer: JwkSigner,
#[allow(dead_code)]
pub did: Document,
}

Expand Down
1 change: 1 addition & 0 deletions runner/src/scenario/ceramic/model_instance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ pub struct EnvBasedConfig {

#[derive(Clone, Debug)]
pub struct GooseUserInfo {
#[allow(dead_code)]
pub global_leader: bool,
/// True if this user is the lead user on the worker
pub lead_user: bool,
Expand Down

0 comments on commit f28e996

Please sign in to comment.