diff options
| author | varkor <github@varkor.com> | 2018-07-23 14:53:39 +0100 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2018-08-05 15:54:49 +0100 |
| commit | c81b95f305e76c4173121aabb08af15e2d22aaed (patch) | |
| tree | ce08a3d402ae2264c56db51ce1ba898d65c08148 /src/librustc_incremental | |
| parent | bd66cbb806ee2a4d288d2e22626dff39ee9cc336 (diff) | |
Remove unnecessary feature attributes that sneaked in
Diffstat (limited to 'src/librustc_incremental')
| -rw-r--r-- | src/librustc_incremental/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_incremental/lib.rs b/src/librustc_incremental/lib.rs index 3839c133a6e..73886e5e281 100644 --- a/src/librustc_incremental/lib.rs +++ b/src/librustc_incremental/lib.rs @@ -14,7 +14,6 @@ html_favicon_url = "https://doc.rust-lang.org/favicon.ico", html_root_url = "https://doc.rust-lang.org/nightly/")] -#![feature(fs_read_write)] #![feature(specialization)] #![recursion_limit="256"] |
