about summary refs log tree commit diff
path: root/src/libstd/time/duration.rs
AgeCommit message (Collapse)AuthorLines
2014-08-13std: Refactor time module a bitBrian Anderson-0/+681
Put `Duration` in `time::duration`, where the two constants can be called just `MAX` and `MIN`. Reexport from `time`. This provides more room for the time module to expand.