web: Updating Cargo deps + fixes for stable
This commit is contained in:
parent
5480fc206e
commit
8487d37aad
3 changed files with 44 additions and 65 deletions
|
|
@ -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");
|
||||
}
|
||||
*/
|
||||
}
|
||||
}*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue