diff --git a/Cargo.toml b/Cargo.toml index 535a4dd..cf144f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,6 +25,9 @@ default = ["proc-macro"] # libproc_macro in the rustc compiler. proc-macro = ["proc-macro2/proc-macro"] +[lib] +doc-scrape-examples = false + [workspace] members = ["benches"]