File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Version 1.1.0 (June 2015)
66Highlights
77----------
88
9- * The [ ` std::fs ` module has been expanded] [ fs-expand ] to expand the set of
9+ * The [ ` std::fs ` module has been expanded] [ fs ] to expand the set of
1010 functionality exposed:
1111 * ` DirEntry ` now supports optimizations like ` file_type ` and ` metadata ` which
1212 don't incur a syscall on some platforms.
@@ -28,7 +28,7 @@ Libraries
2828 whitespace boundaries.
2929* On both Windows and Unix, new extension traits provide conversion of
3030 I/O types to and from the underlying system handles. On Unix, these
31- traits are [ ` FrowRawFd ` ] and [ ` AsRawFd ` ] , on Windows ` FromRawHandle `
31+ traits are [ ` FromRawFd ` ] and [ ` AsRawFd ` ] , on Windows ` FromRawHandle `
3232 and ` AsRawHandle ` . These are implemented for ` File ` , ` TcpStream ` ,
3333 ` TcpListener ` , and ` UpdSocket ` . Further implementations for
3434 ` std::process ` will be stabilized later.
You can’t perform that action at this time.
0 commit comments