Fix build and all tests

This commit is contained in:
torkleyy
2017-12-20 21:09:53 +01:00
parent 3672414212
commit 348a680980
11 changed files with 68 additions and 21 deletions

View File

@@ -2,7 +2,7 @@ use std::env;
use std::fmt::Display;
extern crate rhai;
use rhai::{Engine, FnRegister};
use rhai::{Engine, RegisterFn};
fn showit<T: Display>(x: &mut T) -> () {
println!("{}", x)