diff --git a/src/lib.rs b/src/lib.rs index b85c0b2..0b78a9a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -76,7 +76,7 @@ type Result = io::Result<()>; /// /// # Examples /// -/// ``` +/// ```no_run /// let path = "http://rust-lang.org"; /// /// match open::that(path) { @@ -97,7 +97,7 @@ pub fn that + Sized>(path: T) -> Result { /// /// # Examples /// -/// ``` +/// ```no_run /// let path = "http://rust-lang.org"; /// let app = "firefox"; ///