File tree 1 file changed +2
-2
lines changed
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)
6
6
Highlights
7
7
----------
8
8
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
10
10
functionality exposed:
11
11
* ` DirEntry ` now supports optimizations like ` file_type ` and ` metadata ` which
12
12
don't incur a syscall on some platforms.
@@ -28,7 +28,7 @@ Libraries
28
28
whitespace boundaries.
29
29
* On both Windows and Unix, new extension traits provide conversion of
30
30
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 `
32
32
and ` AsRawHandle ` . These are implemented for ` File ` , ` TcpStream ` ,
33
33
` TcpListener ` , and ` UpdSocket ` . Further implementations for
34
34
` std::process ` will be stabilized later.
You can’t perform that action at this time.
0 commit comments