Skip to content

Commit

Permalink
Fix visualization issue when the total is smaller than the logged tim…
Browse files Browse the repository at this point in the history
…e between start and end
  • Loading branch information
frapa committed Mar 16, 2020
1 parent 4f3dd63 commit 9eef861
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/basic_op.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ use super::util::*;

use timers;
use itertools::Itertools;
use std::intrinsics::float_to_int_approx_unchecked;

pub fn log_command(matches: &clap::ArgMatches) {
// Cannot panic as the argument parser already ensures it exist
Expand Down

0 comments on commit 9eef861

Please sign in to comment.