We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a17c796 commit 0b4a80fCopy full SHA for 0b4a80f
library/std/src/io/util.rs
@@ -100,7 +100,7 @@ impl SizeHint for Empty {
100
}
101
102
103
-#[stable(feature = "empty_write", since = "1.64.0")]
+#[stable(feature = "empty_write", since = "CURRENT_RUSTC_VERSION")]
104
impl Write for Empty {
105
#[inline]
106
fn write(&mut self, buf: &[u8]) -> io::Result<usize> {
@@ -124,7 +124,7 @@ impl Write for Empty {
124
125
126
127
128
impl Write for &Empty {
129
130
0 commit comments