Altalogy / tari

The Tari protocol
https://tari.com
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Refactor main.rs/main function due to Clippy's too_many_lines #422

Open tomaszantas opened 1 year ago

tomaszantas commented 1 year ago

The main() function in backend/src/main.rs is longer than 100 lines, what is caught by Clippy.