Skip to content

Commit 2606768

Browse files
committed
Fix clippy lints
1 parent 913ef55 commit 2606768

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nautilus_core/portfolio/src/manager.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ pub struct AccountsManager {
4040
}
4141

4242
impl AccountsManager {
43+
#[must_use]
4344
pub fn update_balances(
4445
&self,
4546
account: AccountAny,
@@ -49,6 +50,7 @@ impl AccountsManager {
4950
todo!()
5051
}
5152

53+
#[must_use]
5254
pub fn update_orders(
5355
&self,
5456
account: AccountAny,
@@ -59,6 +61,7 @@ impl AccountsManager {
5961
todo!()
6062
}
6163

64+
#[must_use]
6265
pub fn update_positions(
6366
&self,
6467
account: MarginAccount,

0 commit comments

Comments
 (0)