Skip to content
Snippets Groups Projects
  • Denis Smirnov's avatar
    f8c21113
    refactoring!: make cargo clipper pass in pedantic mode · f8c21113
    Denis Smirnov authored
    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.
    f8c21113
    History
    refactoring!: make cargo clipper pass in pedantic mode
    Denis Smirnov authored
    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.