Replace unnecessary uses of TraitObject with casts

This commit is contained in:
Andrew Paseltiner
2016-08-25 20:56:47 -04:00
parent eaf71f8d10
commit 2b10df7f24
4 changed files with 9 additions and 38 deletions

View File

@@ -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