From 34c0267144029c85fbdda2f5dc449e151f5423dd Mon Sep 17 00:00:00 2001 From: Adam-Gleave Date: Wed, 20 Oct 2021 17:51:30 +0100 Subject: [PATCH] Remove comment --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 6857ad3..af2c3dc 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -26,7 +26,6 @@ //! //! Please send any bug reports, patches, and curses to the GitHub repository //! at https://github.com/acw/simple_asn1. -// use chrono::{DateTime, TimeZone, Utc}; pub use num_bigint::{BigInt, BigUint}; use num_traits::{FromPrimitive, One, ToPrimitive, Zero}; #[cfg(test)]