Move FromJSValConvertible to associated types (avoids old impl check)

This commit is contained in:
Manish Goregaokar 2015-01-31 16:05:16 +05:30
parent 40c9e7f72e
commit 5c9b1019a9
3 changed files with 34 additions and 20 deletions

View file

@ -3,7 +3,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(unsafe_destructor, plugin, box_syntax, int_uint)]
#![feature(old_impl_check)]
#![deny(unsafe_blocks)]
#![deny(unused_imports)]