Skip to content

Commit

Permalink
Merge pull request uutils#101 from cakebaker/free_fix_importing_legac…
Browse files Browse the repository at this point in the history
…y_numeric_constants

free: remove unnecessary import
  • Loading branch information
sylvestre authored Jun 14, 2024
2 parents 81f96a1 + 589acc8 commit d3630db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/uu/free/src/free.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ use std::ops::Mul;
use std::process;
use std::thread::sleep;
use std::time::Duration;
use std::u64;
use uucore::{error::UResult, format_usage, help_about, help_usage};

const ABOUT: &str = help_about!("free.md");
Expand Down

0 comments on commit d3630db

Please sign in to comment.