summaryrefslogtreecommitdiff
path: root/src/weekday.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/weekday.rs')
-rw-r--r--src/weekday.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/weekday.rs b/src/weekday.rs
index b5e3f32..d678b9f 100644
--- a/src/weekday.rs
+++ b/src/weekday.rs
@@ -1,4 +1,4 @@
-use std::str::FromStr;
+use core::str::FromStr;
use derive_more::Display;