diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2016-08-27 09:31:15 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-27 09:31:15 +0530 |
| commit | 30835ec4e4f415e917b3e89edc8033789d1b009f (patch) | |
| tree | f708d72391df676805df764884027173b7c9942a /src/liballoc/lib.rs | |
| parent | 933d481bdd1ad64804173e09a257dc46535d333e (diff) | |
| parent | 2b10df7f24828b09759277cc3a9c18c493c38ce0 (diff) | |
| download | rust-30835ec4e4f415e917b3e89edc8033789d1b009f.tar.gz rust-30835ec4e4f415e917b3e89edc8033789d1b009f.zip | |
Rollup merge of #36005 - apasel422:traitobj, r=alexcrichton
Replace unnecessary uses of `TraitObject` with casts r? @alexcrichton
Diffstat (limited to 'src/liballoc/lib.rs')
| -rw-r--r-- | src/liballoc/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index d9fd2d92710..c6453da3f46 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -91,7 +91,7 @@ #![cfg_attr(stage0, feature(unsafe_no_drop_flag))] #![feature(unsize)] -#![cfg_attr(not(test), feature(fused, raw, fn_traits, placement_new_protocol))] +#![cfg_attr(not(test), feature(fused, fn_traits, placement_new_protocol))] #![cfg_attr(test, feature(test, box_heap))] // Allow testing this library |
