From 6f50918f271ed333354f75ed75942bc5f22d7796 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Mon, 13 May 2024 13:53:39 +0000 Subject: [PATCH] automatic cargo CI changes --- src/format.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/format.rs b/src/format.rs index bccfdc4..2f46b41 100644 --- a/src/format.rs +++ b/src/format.rs @@ -2,7 +2,6 @@ use anyhow::anyhow; use clap::{ArgGroup, Parser}; use libpt::bintols::{join, split}; -use num::traits::Pow; pub type NumberType = u128;