diff --git a/Cargo.toml b/Cargo.toml index c33eeff..2d8a00d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ keywords = ["small", "vec", "vector", "stack", "no_std"] categories = ["data-structures"] readme = "README.md" documentation = "https://docs.rs/smallvec/" +exclude = ["/scripts/"] [features] const_generics = []