diff --git a/Cargo.toml b/Cargo.toml index 2114af63..7279fa3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,6 +34,9 @@ magnus = { path = ".", features = ["embed", "rb-sys-interop"] } [build-dependencies] rb-sys-env = "0.1.1" +[lib] +doc-scrape-examples = false + [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"]