summaryrefslogtreecommitdiffstats
path: root/vendor/env_logger/src/fmt/humantime/shim_impl.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/env_logger/src/fmt/humantime/shim_impl.rs')
-rw-r--r--vendor/env_logger/src/fmt/humantime/shim_impl.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/env_logger/src/fmt/humantime/shim_impl.rs b/vendor/env_logger/src/fmt/humantime/shim_impl.rs
new file mode 100644
index 000000000..906bf9e4c
--- /dev/null
+++ b/vendor/env_logger/src/fmt/humantime/shim_impl.rs
@@ -0,0 +1,5 @@
+/*
+Timestamps aren't available when we don't have a `humantime` dependency.
+*/
+
+pub(in crate::fmt) mod glob {}