diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2023-08-21 09:12:15 -0400 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2023-08-22 06:57:00 -0400 |
| commit | c8522adb9709cc62123fe4e68082abf90cdffc62 (patch) | |
| tree | ee817e3c7b63f673c6efcb5f040f02dbed38937e /library/std/src/io | |
| parent | 95305899b8493a65065ebdeae44e841d243621eb (diff) | |
| download | rust-c8522adb9709cc62123fe4e68082abf90cdffc62.tar.gz rust-c8522adb9709cc62123fe4e68082abf90cdffc62.zip | |
Replace version placeholders with 1.73.0
Diffstat (limited to 'library/std/src/io')
| -rw-r--r-- | library/std/src/io/util.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/std/src/io/util.rs b/library/std/src/io/util.rs index 3840ffe7eec..6bc8f181c90 100644 --- a/library/std/src/io/util.rs +++ b/library/std/src/io/util.rs @@ -100,7 +100,7 @@ impl SizeHint for Empty { } } -#[stable(feature = "empty_write", since = "CURRENT_RUSTC_VERSION")] +#[stable(feature = "empty_write", since = "1.73.0")] impl Write for Empty { #[inline] fn write(&mut self, buf: &[u8]) -> io::Result<usize> { @@ -124,7 +124,7 @@ impl Write for Empty { } } -#[stable(feature = "empty_write", since = "CURRENT_RUSTC_VERSION")] +#[stable(feature = "empty_write", since = "1.73.0")] impl Write for &Empty { #[inline] fn write(&mut self, buf: &[u8]) -> io::Result<usize> { |
