web: Updating Cargo deps + fixes for stable

This commit is contained in:
Yorhel 2018-03-25 08:12:21 +02:00
parent 5480fc206e
commit 8487d37aad
3 changed files with 44 additions and 65 deletions

View file

@ -1,5 +1,6 @@
#![feature(test)]
extern crate test;
//It's really unfortunate that benchmarking is still unstable.
//#![feature(test)]
//extern crate test;
extern crate regex;
#[macro_use] extern crate lazy_static;
@ -351,6 +352,7 @@ pub extern fn grotty2html_free(buf: StringWrap) {
}
/*
#[cfg(test)]
mod tests {
use super::*;
@ -388,4 +390,4 @@ mod tests {
bench_file(b, "t/wfilter.4.output");
}
*/
}
}*/