diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2015-11-18 21:16:20 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2015-11-18 21:16:20 +0300 |
| commit | 64b90f81c3ec2cf5564ed8456d836516491b9d01 (patch) | |
| tree | cdde50619da3590e4bbaed39dcb557a63a76b8d2 /src/libstd/sys/unix | |
| parent | 5cdfd8401b7f714be22fe7d86619e438d23b3962 (diff) | |
| download | rust-64b90f81c3ec2cf5564ed8456d836516491b9d01.tar.gz rust-64b90f81c3ec2cf5564ed8456d836516491b9d01.zip | |
Fix buildbot failures
Diffstat (limited to 'src/libstd/sys/unix')
| -rw-r--r-- | src/libstd/sys/unix/time.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/sys/unix/time.rs b/src/libstd/sys/unix/time.rs index 9b093f60f03..5b60b821c34 100644 --- a/src/libstd/sys/unix/time.rs +++ b/src/libstd/sys/unix/time.rs @@ -47,6 +47,7 @@ mod inner { } } + #[unstable(feature = "libstd_sys_internals", issue = "0")] impl<'a> Sub for &'a SteadyTime { type Output = Duration; |
