Skip to content

Commit

Permalink
Unrolled build for rust-lang#128526
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#128526 - tshepang:patch-1, r=Amanieu

time.rs: remove "Basic usage text"

Only one example is given (for each method)
  • Loading branch information
rust-timer authored Aug 4, 2024
2 parents 58fb508 + af79a63 commit a9d85ed
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions library/core/src/time.rs
Original file line number Diff line number Diff line change
Expand Up @@ -617,8 +617,6 @@ impl Duration {
///
/// # Examples
///
/// Basic usage:
///
/// ```
/// use std::time::Duration;
///
Expand All @@ -640,8 +638,6 @@ impl Duration {
///
/// # Examples
///
/// Basic usage:
///
/// ```
/// use std::time::Duration;
///
Expand Down Expand Up @@ -700,8 +696,6 @@ impl Duration {
///
/// # Examples
///
/// Basic usage:
///
/// ```
/// use std::time::Duration;
///
Expand Down Expand Up @@ -758,8 +752,6 @@ impl Duration {
///
/// # Examples
///
/// Basic usage:
///
/// ```
/// use std::time::Duration;
///
Expand Down Expand Up @@ -814,8 +806,6 @@ impl Duration {
///
/// # Examples
///
/// Basic usage:
///
/// ```
/// use std::time::Duration;
///
Expand Down

0 comments on commit a9d85ed

Please sign in to comment.