Skip to content

Commit 3855e86

Browse files
authored
Update since version to 1.64
1 parent 89f4183 commit 3855e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/ffi/os_str.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ impl Hash for OsString {
615615
}
616616
}
617617

618-
#[stable(feature = "os_string_fmt_write", since = "1.63.0")]
618+
#[stable(feature = "os_string_fmt_write", since = "1.64.0")]
619619
impl fmt::Write for OsString {
620620
fn write_str(&mut self, s: &str) -> fmt::Result {
621621
self.push(s);

0 commit comments

Comments
 (0)