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 547f3ce commit 4f7baf7Copy full SHA for 4f7baf7
library/std/src/fs.rs
@@ -283,7 +283,6 @@ pub fn read<P: AsRef<Path>>(path: P) -> io::Result<Vec<u8>> {
283
///
284
/// ```no_run
285
/// use std::fs;
286
-/// use std::error::Error;
287
288
/// fn main() -> Result<(), Box<dyn Error>> {
289
/// let address: String = fs::read_to_string("address.txt")?;
0 commit comments