Add missing use to tutorial

This commit is contained in:
Alexandre Bury 2016-08-15 18:40:51 -07:00
parent 5d86c5e1f2
commit 789c65c1b3

View File

@ -116,6 +116,8 @@ In the end, we have:
extern crate cursive;
use cursive::Cursive;
fn main() {
let mut siv = Cursive::new();