Skip to content

Commit

Permalink
Fix clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Nov 18, 2024
1 parent 913ef55 commit 2606768
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nautilus_core/portfolio/src/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ pub struct AccountsManager {
}

impl AccountsManager {
#[must_use]
pub fn update_balances(
&self,
account: AccountAny,
Expand All @@ -49,6 +50,7 @@ impl AccountsManager {
todo!()
}

#[must_use]
pub fn update_orders(
&self,
account: AccountAny,
Expand All @@ -59,6 +61,7 @@ impl AccountsManager {
todo!()
}

#[must_use]
pub fn update_positions(
&self,
account: MarginAccount,
Expand Down

0 comments on commit 2606768

Please sign in to comment.