From be44a01cb3887f2d094cf9972b85c2d308337092 Mon Sep 17 00:00:00 2001 From: depi Date: Sun, 3 Apr 2022 04:48:20 +0000 Subject: [PATCH] Automatically enforce Rust styleguide --- src/main.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main.rs b/src/main.rs index 2a2d291..e735fe1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -18,7 +18,6 @@ html_logo_url = "https://github.com/Dirout/Dirout.github.io/raw/master/branding/vector/logo.svg", html_favicon_url = "https://github.com/Dirout/Dirout.github.io/raw/master/branding/vector/logo.svg" )] - #![feature(panic_info_message)] mod lib; @@ -95,9 +94,9 @@ async fn main() { } /// Prints an image to the terminal, as specified by the user's input -/// +/// /// # Arguments -/// +/// /// * `matches` - The arguments passed to the depi CLI async fn print_image(matches: &clap::ArgMatches) { let stdout = std::io::stdout();