diff --git a/stylance/Cargo.toml b/stylance/Cargo.toml index 79a8326..e144869 100644 --- a/stylance/Cargo.toml +++ b/stylance/Cargo.toml @@ -7,6 +7,9 @@ repository.workspace = true readme.workspace = true description = "Scoped CSS for rust projects" +[lib] +doctest = false + [features] nightly = ["stylance-macros/nightly"]