summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorCyril Plisko <cyril.plisko@mountall.com>2016-08-05 18:53:59 +0300
committerCyril Plisko <cyril.plisko@mountall.com>2016-08-05 18:53:59 +0300
commit7b4976ac84bc1456d5d7f0b3b96c54c6b4b3325c (patch)
tree93bddf93b80bc8ed994dd5272663e57a5126b43f /src/lib.rs
parent51433f817a34c9ed079f609c2449e96dc6ae50c1 (diff)
Update examples
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 69f0a98..6f35829 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -5,7 +5,7 @@
//!
//! ```
//! extern crate pager;
-//!
+//! use pager::Pager;
//! fn main() {
//! Pager::new().setup();
//! // The rest of your program goes here
@@ -21,7 +21,7 @@
//!
//! ```
//! extern crate pager;
-//!
+//! use pager::Pager;
//! fn main() {
//! Pager::new().env("MY_PAGER").setup();
//! // The rest of your program goes here