Skip to content

Commit

Permalink
Rollup merge of #128526 - tshepang:patch-1, r=Amanieu
Browse files Browse the repository at this point in the history
time.rs: remove "Basic usage text"

Only one example is given (for each method)
  • Loading branch information
matthiaskrgr authored Aug 4, 2024
2 parents b6b8330 + af79a63 commit c8a33f7
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 c8a33f7

Please sign in to comment.