Skip to content

Commit

Permalink
feat(#7): unused
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Jul 26, 2024
1 parent 5d78c25 commit 0aa6907
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ use crate::args::env::env;
use crate::github::issue::Issue;
use crate::github::github_issue::GithubIssue;
use clap::Parser;
use env_logger::init;
use hamcrest::is;
use log::{debug, info};

/// Arguments.
Expand Down

1 comment on commit 0aa6907

@0crat
Copy link

@0crat 0crat commented on 0aa6907 Aug 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@h1alexbel It is not a good idea to push directly to the default branch master. You've earned -20 points. Next time, create a new branch, push your changes over there, then make a pull request and merge it. Even if you are flying solo, contributing via pull requests is a good practice.

Please sign in to comment.