matsim-vsp / parallel_qsim_rust

Parallel and distributed implementation of the Qsim in Rust
8 stars 0 forks source link

Remove more unused code and remove some clippy warnings #97

Closed Janekdererste closed 11 months ago

Janekdererste commented 11 months ago

Remove #[allow(dead_code, unused_variables)] from main module, to enforce warnings about unused code.