Skip to content

Commit c783f37

Browse files
remove jsdoc extra keyword
1 parent 607ac29 commit c783f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specta-jsdoc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
license = "MIT"
88
repository = "https://github.com/oscartbeaumont/specta"
99
documentation = "https://docs.rs/specta-jsdoc/latest/specta-jsdoc"
10-
keywords = ["async", "specta", "jsdoc", "rspc", "typescript", "typesafe"]
10+
keywords = ["async", "specta", "jsdoc", "typescript", "typesafe"]
1111
categories = ["web-programming", "asynchronous"]
1212

1313
# /bin/sh RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features

0 commit comments

Comments
 (0)