We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72585c commit c2611e3Copy full SHA for c2611e3
src/read.rs
@@ -20,7 +20,7 @@ use core::ops::{Deref, Range};
20
use indexmap::IndexMap;
21
use std::borrow::Cow;
22
use std::ffi::OsStr;
23
-use std::io::{self, copy, prelude::*, sink, SeekFrom};
+use std::io::{self, copy, sink, Read, Seek, SeekFrom, Write};
24
use std::path::{Component, Path, PathBuf};
25
use std::sync::{Arc, OnceLock};
26
0 commit comments