diff options
| author | F001 <changchun.fan@qq.com> | 2018-07-06 17:43:30 +0800 |
|---|---|---|
| committer | F001 <changchun.fan@qq.com> | 2018-07-17 11:34:19 +0800 |
| commit | 7e1b983579ec582dfbe409342756252f6b080918 (patch) | |
| tree | ab0e5822960ba57d36b8ed7c696fff5532c534f4 | |
| parent | 3eee486e270347f39e41f4429cdb253b40219b89 (diff) | |
remove useless feature(repr_transparent)
| -rw-r--r-- | src/libcore/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs index 368c9208d8d..bbe6ae8619f 100644 --- a/src/libcore/lib.rs +++ b/src/libcore/lib.rs @@ -112,7 +112,6 @@ #![feature(unwind_attributes)] #![feature(doc_alias)] #![feature(inclusive_range_methods)] -#![feature(repr_transparent)] #![feature(mmx_target_feature)] #![feature(tbm_target_feature)] #![feature(sse4a_target_feature)] |
