From c7729f3522701248e1584e13ed08ec677aa42580 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 8 Mar 2023 13:43:28 -0500 Subject: clippy --- src/bin/ttyplay/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/ttyplay/main.rs') diff --git a/src/bin/ttyplay/main.rs b/src/bin/ttyplay/main.rs index 0cf7427..1b0bcec 100644 --- a/src/bin/ttyplay/main.rs +++ b/src/bin/ttyplay/main.rs @@ -107,7 +107,7 @@ fn main() { match async_main(opt) { Ok(_) => (), Err(e) => { - eprintln!("ttyplay: {}", e); + eprintln!("ttyplay: {e}"); std::process::exit(1); } }; -- cgit v1.2.3-54-g00ecf