Skip to content

Commit

Permalink
Automatically enforce Rust styleguide
Browse files Browse the repository at this point in the history
  • Loading branch information
depi authored and depi committed Apr 3, 2022
1 parent 12b44a9 commit be44a01
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -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();
Expand Down

0 comments on commit be44a01

Please sign in to comment.