diff options
| author | Corey Farwell <coreyf@rwell.org> | 2017-10-21 09:47:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-21 09:47:25 -0400 |
| commit | 6ed7927fa0d99b2321d3fa44334e63d5412ba696 (patch) | |
| tree | 823d9a763ba57432396794516a06c87408d451f9 /src/libstd/sys | |
| parent | d86c5d00a248d069abe015163261d4cff3e8cd3d (diff) | |
| parent | f8f9005e57852d4775b952d3b430e458a6a414bb (diff) | |
| download | rust-6ed7927fa0d99b2321d3fa44334e63d5412ba696.tar.gz rust-6ed7927fa0d99b2321d3fa44334e63d5412ba696.zip | |
Rollup merge of #45419 - steveklabnik:fix-commonmark-renderings, r=QuietMisdreavus
Fix most rendering warnings from switching to CommonMark There's one big one lift, I'm filing a bug for it soon. r? @rust-lang/docs
Diffstat (limited to 'src/libstd/sys')
| -rw-r--r-- | src/libstd/sys/windows/ext/fs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sys/windows/ext/fs.rs b/src/libstd/sys/windows/ext/fs.rs index a532163f61e..24c41046f26 100644 --- a/src/libstd/sys/windows/ext/fs.rs +++ b/src/libstd/sys/windows/ext/fs.rs @@ -32,7 +32,7 @@ pub trait FileExt { /// function, it is set to the end of the read. /// /// Reading beyond the end of the file will always return with a length of - /// 0. + /// 0\. /// /// Note that similar to `File::read`, it is not an error to return with a /// short read. When returning from such a short read, the file pointer is |
