diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-01-07 10:27:52 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-01-07 10:27:52 -0800 |
| commit | b53e9f17d336bc3550ab2c5eda503bd9e719e94f (patch) | |
| tree | 7faddc7360154edef97d224981749d955756d4af /src/libstd/io/mod.rs | |
| parent | 2a8cb678e61e91c160d80794b5fdd723d0d4211c (diff) | |
| download | rust-b53e9f17d336bc3550ab2c5eda503bd9e719e94f.tar.gz rust-b53e9f17d336bc3550ab2c5eda503bd9e719e94f.zip | |
Register new snapshots
Diffstat (limited to 'src/libstd/io/mod.rs')
| -rw-r--r-- | src/libstd/io/mod.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libstd/io/mod.rs b/src/libstd/io/mod.rs index 9ef9081bc3c..2595a3c44a8 100644 --- a/src/libstd/io/mod.rs +++ b/src/libstd/io/mod.rs @@ -1783,9 +1783,8 @@ pub struct UnstableFileStat { } -// NOTE(stage0): change this one last #[doc=..] to /// after the next snapshot bitflags! { - #[doc = "A set of permissions for a file or directory is represented by a set of"] + /// A set of permissions for a file or directory is represented by a set of /// flags which are or'd together. flags FilePermission: u32 { const USER_READ = 0o400, |
