Skip to content
Snippets Groups Projects
Commit f8c21113 authored by Denis Smirnov's avatar Denis Smirnov
Browse files

refactoring!: make cargo clipper pass in pedantic mode

Our CI linter uses 'cargo clippy -- -Dclippy::all -Wclippy::pedantic'
command that previously failed due to multiple errors and warnings.
Current commit fixes all of them and make linter pass. The price
was high - some functions changed their API, some structures were
renamed. But all the warnings and errors seemed reasonable, so I
believe it is not a big deal now.
parent 773ba407
No related branches found
No related tags found
1 merge request!1414sbroad import
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment