diff --git a/src/lib.rs b/src/lib.rs index 42f8b06..f404f2e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -59,7 +59,6 @@ //! In your project add file `build.rs`,then add with below config //! //! ```ignore -//! use shadow_rs; //! fn main() -> shadow_rs::SdResult<()> { //! shadow_rs::Shadow::new() //! }