Index: breezyshim/src/lib.rs
===================================================================
--- breezyshim.orig/src/lib.rs
+++ breezyshim/src/lib.rs
@@ -6,12 +6,6 @@
 //! The Rust API here will follow the Breezy 4.0 Rust API as much as possible, to make porting
 //! easier.
 //!
-//! # Example
-//!
-//! ```
-//! let b = Branch.open("lp:breezy")?;
-//! println!("Last revision: {:?}", b.last_revision());
-//! ```
 
 pub mod branch;
 pub mod controldir;
