From eabc850e0ac3e08f582cb6e3768aecdd4163ea9d Mon Sep 17 00:00:00 2001 From: Mat Sadler Date: Sun, 19 Mar 2023 10:10:08 -0700 Subject: [PATCH] disable scraped examples in docs --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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"]