Skip to content

Commit 4fc8bc5

Browse files
committed
---
yaml --- r: 132735 b: refs/heads/dist-snap c: 02e39b0 h: refs/heads/master i: 132733: 9c1739a 132731: 397fcd4 132727: cf74012 132719: 0adb9e4 132703: 0b14148 132671: 10e0bb6 132607: d72e263 v: v3
1 parent 29b2530 commit 4fc8bc5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ refs/heads/try: 457a3c991d79b971be07fce75f9d0c12848fb37c
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
9-
refs/heads/dist-snap: 49a40d8ad15b69410f24423d86954268d1f1503b
9+
refs/heads/dist-snap: 02e39b05c6d3b9f553076af7273233e161bb76a3
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
1212
refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0

branches/dist-snap/src/libstd/time/duration.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ macro_rules! try_opt(
3434
($e:expr) => (match $e { Some(v) => v, None => return None })
3535
)
3636

37+
38+
// FIXME #16466: This could be represented as (i64 seconds, u32 nanos)
3739
/// ISO 8601 time duration with nanosecond precision.
3840
/// This also allows for the negative duration; see individual methods for details.
3941
#[deriving(PartialEq, Eq, PartialOrd, Ord)]

0 commit comments

Comments
 (0)