未验证 提交 4281e613 编写于 作者: A Artyom Pavlov 提交者: GitHub

fix tests

上级 55ee8fe8
......@@ -689,6 +689,7 @@ pub fn div_f32(self, rhs: f32) -> Duration {
///
/// # Examples
/// ```
/// #![feature(div_duration)]
/// use std::time::Duration;
///
/// let dur1 = Duration::new(2, 700_000_000);
......@@ -705,6 +706,7 @@ pub fn div_duration_f64(self, rhs: Duration) -> f64 {
///
/// # Examples
/// ```
/// #![feature(div_duration)]
/// use std::time::Duration;
///
/// let dur1 = Duration::new(2, 700_000_000);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册