core: fix most clippy warnings
authorKostya Shishkov <kostya.shishkov@gmail.com>
Tue, 14 May 2019 11:08:05 +0000 (13:08 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Tue, 14 May 2019 11:08:05 +0000 (13:08 +0200)
commite243ceb4d694cc08767ad70027bb6963f4cefea3
treeaff7ef58ee740515e89a7dbf66acf0456110b4a3
parent250c49f64633580d3e294a7b871fad4618694209
core: fix most clippy warnings
25 files changed:
nihav-core/src/codecs/blockdsp.rs
nihav-core/src/codecs/h263/code.rs
nihav-core/src/codecs/h263/data.rs
nihav-core/src/codecs/h263/decoder.rs
nihav-core/src/codecs/h263/mod.rs
nihav-core/src/codecs/mod.rs
nihav-core/src/demuxers/mod.rs
nihav-core/src/detect.rs
nihav-core/src/dsp/dct.rs
nihav-core/src/dsp/fft.rs
nihav-core/src/dsp/mod.rs
nihav-core/src/formats.rs
nihav-core/src/frame.rs
nihav-core/src/io/bitreader.rs
nihav-core/src/io/byteio.rs
nihav-core/src/io/codebook.rs
nihav-core/src/io/intcode.rs
nihav-core/src/lib.rs
nihav-core/src/refs.rs
nihav-core/src/register.rs
nihav-core/src/scale/colorcvt.rs
nihav-core/src/scale/mod.rs
nihav-core/src/scale/repack.rs
nihav-core/src/test/dec_video.rs
nihav-core/src/test/wavwriter.rs