Skip to content

Commit d4daebe

Browse files
committed
Fix clippy lints
1 parent b533252 commit d4daebe

File tree

1 file changed

+1
-1
lines changed
  • nautilus_core/adapters/src/tardis/python

1 file changed

+1
-1
lines changed

nautilus_core/adapters/src/tardis/python/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use crate::tardis::{machine::InstrumentMiniInfo, parse::bar_spec_to_tardis_trade
2121
#[pymethods]
2222
impl InstrumentMiniInfo {
2323
#[new]
24-
fn py_new(
24+
const fn py_new(
2525
instrument_id: InstrumentId,
2626
price_precision: u8,
2727
size_precision: u8,

0 commit comments

Comments
 (0)