Skip to content

Commit

Permalink
Add must_use
Browse files Browse the repository at this point in the history
  • Loading branch information
karim-en committed Jul 18, 2024
1 parent 5b81d2c commit d7ebb14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eth-connector/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ impl EthConnectorContract {
self.connector.aurora_engine_account_id.clone()
}

#[must_use]
pub fn get_config(&self) -> EthConnector {
self.connector.clone()
}
Expand Down

0 comments on commit d7ebb14

Please sign in to comment.