calc_rational

CLI calculator for rational numbers.
git clone https://git.philomathiclife.com/repos/calc_rational
Log | Files | Refs | README

commit cd048cac00687302160bd3a524e1870cb4b0a4d0
parent 17b6e9cc78e7580fe09062be73d862b06a2c7fc6
Author: Zack Newman <zack@philomathiclife.com>
Date:   Wed, 13 Sep 2023 11:58:59 -0600

remove unused import

Diffstat:
Msrc/main.rs | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/main.rs b/src/main.rs @@ -187,8 +187,6 @@ )] use calc_lib::lending_iterator::LendingIterator; use calc_lib::EvalIter; -#[cfg(all(feature = "priv_sep", target_os = "openbsd"))] -use core::ffi::c_int; use core::fmt::{self, Display, Formatter}; #[cfg(all(feature = "priv_sep", target_os = "openbsd"))] use priv_sep::{self, Promise};