rtiow: fix doc test error. Add warp to build.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2019-11-09 13:23:57 -08:00
parent 7ad3e82309
commit 2e13fa317e
4 changed files with 526 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
use warp;
fn main() {
println!("Hello, world!");
}