diff --git a/Cargo.toml b/Cargo.toml index a24b8e4..011f390 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,8 @@ rust-version = "1.36" [dependencies] no-panic = { version = "0.1", optional = true } +[lib] +doc-scrape-examples = false + [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]