Skip to content

Commit

Permalink
[WARN] Removed unwanted warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lordofwizard committed Oct 17, 2024
1 parent cb6c1d6 commit 75a53eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ impl Run {

#[cfg(test)]
mod tests {
use super::*;

#[test]
fn run_has_std_practices() {
Expand Down
2 changes: 1 addition & 1 deletion src/setup.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use std::{
fs, io::{self, Write}, mem::take, panic, path::Path
fs, io::{self, Write}, panic, path::Path
};
pub fn setup() {
let project_name = take_project_name();
Expand Down

0 comments on commit 75a53eb

Please sign in to comment.