There was an error while loading. Please reload this page.
1 parent ec813e4 commit c6c5e21Copy full SHA for c6c5e21
src/timeout.rs
@@ -2,8 +2,8 @@
2
use super::{error::Error, Result};
3
use chrono::naive::NaiveTime;
4
use serde::{Serialize, Serializer};
5
-use std::str::FromStr;
6
use std::fmt;
+use std::str::FromStr;
7
8
/// Wrapper type for [`NaiveTime`]
9
///
0 commit comments