mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-08 18:30:40 +00:00
Add missing use
to tutorial
This commit is contained in:
parent
5d86c5e1f2
commit
789c65c1b3
@ -116,6 +116,8 @@ In the end, we have:
|
||||
|
||||
extern crate cursive;
|
||||
|
||||
use cursive::Cursive;
|
||||
|
||||
fn main() {
|
||||
let mut siv = Cursive::new();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user