]> git.proxmox.com Git - rustc.git/blob - vendor/env_logger-0.6.2/src/fmt/humantime/shim_impl.rs
New upstream version 1.40.0+dfsg1
[rustc.git] / vendor / env_logger-0.6.2 / src / fmt / humantime / shim_impl.rs
1 /*
2 Timestamps aren't available when we don't have a `humantime` dependency.
3 */
4
5 pub(in ::fmt) mod glob {
6
7 }