From 02301e8f2a9a4641ab893c48c0b0d3ee231d4e6b Mon Sep 17 00:00:00 2001 From: Joe Wilm Date: Sat, 17 Sep 2016 17:03:47 -0700 Subject: Fix import in example --- examples/parselog.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/parselog.rs') diff --git a/examples/parselog.rs b/examples/parselog.rs index 5c1836b..e04fd1e 100644 --- a/examples/parselog.rs +++ b/examples/parselog.rs @@ -1,5 +1,5 @@ //! Parse input from stdin and log actions on stdout -extern crate vtparse; +extern crate vte; use std::io::{self, Read}; -- cgit