diff options
| author | Without Boats <woboats@gmail.com> | 2020-09-20 14:38:59 +0200 |
|---|---|---|
| committer | Without Boats <woboats@gmail.com> | 2020-09-20 14:38:59 +0200 |
| commit | 35b30e29bffe8c4aa896ce53ded67c54401f7643 (patch) | |
| tree | 43f28cbd0693338c730b5fe2896571ff495e17b1 /library/std/src | |
| parent | 3fe279fc658450a3e3140f014554139493674217 (diff) | |
| download | rust-35b30e29bffe8c4aa896ce53ded67c54401f7643.tar.gz rust-35b30e29bffe8c4aa896ce53ded67c54401f7643.zip | |
try again to appease tidy
Diffstat (limited to 'library/std/src')
| -rw-r--r-- | library/std/src/sys/vxworks/ext/io.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/sys/vxworks/ext/io.rs b/library/std/src/sys/vxworks/ext/io.rs index 4a93c5db2f5..8b5a2d12af7 100644 --- a/library/std/src/sys/vxworks/ext/io.rs +++ b/library/std/src/sys/vxworks/ext/io.rs @@ -82,7 +82,6 @@ impl FromRawFd for RawFd { } } - #[stable(feature = "rust1", since = "1.0.0")] impl AsRawFd for fs::File { fn as_raw_fd(&self) -> RawFd { |
