[2024-12-19] Suppress warning about implicit default
This commit is contained in:
parent
932247bb7c
commit
2219a148fd
@ -51,6 +51,7 @@ mod tictoc {
|
|||||||
Ok(Init::new())
|
Ok(Init::new())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[pyo3(signature = (tic=None))]
|
||||||
fn toc(&mut self, tic: Option<Init>) -> PyResult<Results> {
|
fn toc(&mut self, tic: Option<Init>) -> PyResult<Results> {
|
||||||
let elapsed_time = match tic {
|
let elapsed_time = match tic {
|
||||||
Some(ref tic) => tic.time.elapsed(),
|
Some(ref tic) => tic.time.elapsed(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user