• bundlr-sdk 0.3.0/src/verify/file.rs
    153
    #[allow(clippy::uninit_vec)]
    154
    #[allow(clippy::unused_io_amount)]
    155
    fn read_offset(file: &mut File, offset: u64, length: usize) -> Result<Bytes, std::io::Error> {
  • combine 4.6.6/src/stream/buf_reader.rs
    911
        #[test]
    912
        #[allow(clippy::unused_io_amount)]
    913
        fn buf_reader() {
  • crabby_dns 0.1.0-alpha.5/src/buffer.rs
    63
        // we don't expect to be working with any DNS datagrams larger than 512 bytes.
    64
        #[allow(clippy::unused_io_amount)]
    65
        pub fn fill_from_file(&mut self, path: &str) -> Result<()> {
  • dbs-virtio-devices 0.1.1/src/vsock/backend/inner.rs
    533
        #[test]
    534
        #[allow(clippy::unused_io_amount)]
    535
        fn test_inner_stream_nonblocking() {
  • feo-oop-engine 0.0.5/src/components/texture.rs
    128
        #[allow(unused_variables, unused_assignments, clippy::unused_io_amount)]
    129
        pub fn from_mtl_line(params: &mut SplitWhitespace, path: &str, queue: Arc<Queue>) -> Result<(Arc<Texture>, Box<dyn GpuFuture>), &'static str> { 
  • fuel-types 0.25.2/src/bytes.rs
    237
        {
    238
            #[allow(clippy::unused_io_amount)]
    239
            fn to_bytes(&mut self) -> Vec<u8> {
    256
        {
    257
            #[allow(clippy::unused_io_amount)]
    258
            fn from_bytes(bytes: &[u8]) -> io::Result<Self> {
  • getch-rs 0.1.0/src/lib.rs
    166
        #[cfg(not(windows))]
    167
        #[allow(clippy::unused_io_amount)]
    168
        pub fn getch(&self) -> Result<Key, std::io::Error> {
  • libunftp 0.18.8/src/server/proxy_protocol.rs
    53
        //       to read_exact
    54
        #[allow(clippy::unused_io_amount)]
    55
        loop {
  • linda 0.2.0/src/lib.rs
    30
    /// * Was not able to flush the stream
    31
    #[allow(clippy::unused_io_amount)]
    32
    pub fn handle_connection(mut stream: TcpStream) -> Result<(), Box<dyn Error>> {
  • lms 0.4.0/src/lumins/file_ops.rs
    61
        #[allow(unused)]
    62
        #[allow(clippy::unused_io_amount)]
    63
        fn diff_copy(src: &PathBuf, dest: &PathBuf) -> Result<(), io::Error> {
  • lms_lib 0.4.0/src/file_ops.rs
    60
        #[allow(unused)]
    61
        #[allow(clippy::unused_io_amount)]
    62
        fn diff_copy(src: &PathBuf, dest: &PathBuf) -> Result<(), io::Error> {
  • mathcat 0.1.26/build.rs
    31
    #[allow(clippy::unused_io_amount)]
    32
    fn zip_entry<T: Write + Seek>(
  • miku-rpc 0.1.4/src/bus.rs
    120
        #[allow(clippy::unused_io_amount)]
    121
        fn flush(&mut self) -> io::Result<()> {
  • plantuml_encoding 2.0.3/src/deflate.rs
    49
    /// ```
    50
    #[allow(clippy::unused_io_amount)]
    51
    pub fn decode_plantuml_deflate<T: AsRef<str>>(
  • redact-engine 0.1.2/benches/redact_str.rs
    49
        let mut f = File::create(&file_path).unwrap();
    50
        #[allow(clippy::unused_io_amount)]
    51
        f.write(TEXT.as_bytes()).unwrap();
  • redact-engine 0.1.2/src/redaction.rs
    378
            let mut f = File::create(&file_path).unwrap();
    379
            #[allow(clippy::unused_io_amount)]
    380
            f.write(TEXT.as_bytes()).unwrap();
    396
            let mut f = File::create(&file_path).unwrap();
    397
            #[allow(clippy::unused_io_amount)]
    398
            f.write(TEXT.as_bytes()).unwrap();
  • rev_buf_reader 0.3.0/src/lib.rs
    367
        #[allow(clippy::unused_io_amount)]
    368
        fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> io::Result<usize> {
  • sisterm 3.0.0/src/getch.rs
    166
        #[cfg(not(windows))]
    167
        #[allow(clippy::unused_io_amount)]
    168
        pub fn getch(&self) -> Result<Key, std::io::Error> {
  • sqlness 0.2.0/src/case.rs
    110
        #[allow(clippy::unused_io_amount)]
    111
        async fn write_result<W>(&self, writer: &mut W, result: String) -> Result<()>
  • wasmer-vfs 3.2.0-alpha.1/src/mem_fs/file.rs
    594
        #[allow(clippy::unused_io_amount)]
    595
        fn write_all(&mut self, buf: &[u8]) -> io::Result<()> {
  • zune-jpeg 0.2.0/src/misc.rs
    249
    #[inline]
    250
    #[allow(clippy::unused_io_amount)]
    251
    pub fn read_byte<R>(reader: &mut R) -> Result<u8, DecodeErrors>
  • core-dev 0.0.1/src/lib.rs
    18
        clippy::derive_hash_xor_eq,
    19
        clippy::unused_io_amount,
    20
        clippy::new_without_default
  • extrasafe 0.1.2/examples/ipc_server_with_database.rs
    1
    #![allow(clippy::unused_io_amount)]
  • extrasafe 0.1.2/tests/network.rs
    1
    #![allow(clippy::unused_io_amount)]
  • kaiju-core 0.1.4/src/assembly.rs
    1
    #![allow(clippy::unused_io_amount)]
    2
    #![allow(clippy::map_entry)]
  • kaiju-core 0.1.4/src/vm.rs
    1
    #![allow(clippy::unused_io_amount)]
  • kiro-editor 0.4.3/src/lib.rs
    6
    #![allow(clippy::unused_io_amount)]
    7
    #![allow(clippy::match_overlapping_arm)]
  • librespot-audio 0.4.2/src/lib.rs
    1
    #![allow(clippy::unused_io_amount, clippy::too_many_arguments)]
  • librespot-core 0.4.2/src/lib.rs
    1
    #![allow(clippy::unused_io_amount)]
  • librespot-metadata 0.4.2/src/lib.rs
    1
    #![allow(clippy::unused_io_amount)]
  • rav1e 0.6.3/build.rs
    10
    #![allow(clippy::print_literal)]
    11
    #![allow(clippy::unused_io_amount)]