mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-02 14:07:46 +00:00
tests ~ (sub-crate/od) fix cargo clippy
complaints (unused imports)
This commit is contained in:
parent
dd72893771
commit
925137afce
2 changed files with 0 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
// https://github.com/lazy-bitfield/rust-mockstream/pull/2
|
// https://github.com/lazy-bitfield/rust-mockstream/pull/2
|
||||||
|
|
||||||
use std::error::Error as errorError;
|
|
||||||
use std::io::{Cursor, Error, ErrorKind, Read, Result};
|
use std::io::{Cursor, Error, ErrorKind, Read, Result};
|
||||||
|
|
||||||
/// `FailingMockStream` mocks a stream which will fail upon read or write
|
/// `FailingMockStream` mocks a stream which will fail upon read or write
|
||||||
|
|
|
@ -77,7 +77,6 @@ impl<R: HasError> HasError for PartialReader<R> {
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
use mockstream::*;
|
use mockstream::*;
|
||||||
use std::error::Error;
|
|
||||||
use std::io::{Cursor, ErrorKind, Read};
|
use std::io::{Cursor, ErrorKind, Read};
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue