diff options
| author | Kivooeo <Kivooeo123@gmail.com> | 2025-08-09 03:44:24 +0500 |
|---|---|---|
| committer | Kivooeo <Kivooeo123@gmail.com> | 2025-08-09 13:31:53 +0500 |
| commit | b5e2ba67756896eb76322882cceb979625c0514b (patch) | |
| tree | 10146b300d359fb6e0d00789520751000161a976 /src | |
| parent | de3efa79f95852c7427587f1d535bfea7c0d6779 (diff) | |
| download | rust-b5e2ba67756896eb76322882cceb979625c0514b.tar.gz rust-b5e2ba67756896eb76322882cceb979625c0514b.zip | |
Stabilize feature
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/unstable-book/src/library-features/duration-constructors-lite.md | 11 | ||||
| -rw-r--r-- | src/doc/unstable-book/src/library-features/duration-constructors.md | 1 |
2 files changed, 0 insertions, 12 deletions
diff --git a/src/doc/unstable-book/src/library-features/duration-constructors-lite.md b/src/doc/unstable-book/src/library-features/duration-constructors-lite.md deleted file mode 100644 index 5238b84f776..00000000000 --- a/src/doc/unstable-book/src/library-features/duration-constructors-lite.md +++ /dev/null @@ -1,11 +0,0 @@ -# `duration_constructors_lite` - -The tracking issue for this feature is: [#140881] - -[#140881]: https://github.com/rust-lang/rust/issues/140881 - ------------------------- - -Add the methods `from_mins`, `from_hours` to `Duration`. - -For `from_days` and `from_weeks` see [`duration_constructors`](https://github.com/rust-lang/rust/issues/120301). diff --git a/src/doc/unstable-book/src/library-features/duration-constructors.md b/src/doc/unstable-book/src/library-features/duration-constructors.md index 49ad78d1961..2626e0500b5 100644 --- a/src/doc/unstable-book/src/library-features/duration-constructors.md +++ b/src/doc/unstable-book/src/library-features/duration-constructors.md @@ -7,4 +7,3 @@ The tracking issue for this feature is: [#120301] ------------------------ Add the methods `from_days` and `from_weeks` to `Duration`. -For `from_mins` and `from_hours` see [duration-constructors-lite.md](./duration-constructors-lite.md) |
