From d5f6ec6e5be3f254d3b53dea112b7955446f1360 Mon Sep 17 00:00:00 2001 From: BD103 <59022059+BD103@users.noreply.github.com> Date: Sat, 30 Mar 2024 13:36:10 -0400 Subject: [PATCH] refactor: rustfmt --- fsays/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsays/src/main.rs b/fsays/src/main.rs index 8f30b9e..44772a5 100644 --- a/fsays/src/main.rs +++ b/fsays/src/main.rs @@ -3,8 +3,8 @@ use clap::{App, Arg}; use ferris_says::*; use std::{ - fs, error::Error, + fs, io::{stderr, stdin, stdout, BufWriter, Read, Write}, process::exit, str,