Skip to content

Commit 6bf65e3

Browse files
committed
chore: remove keyword
1 parent f80499e commit 6bf65e3

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Cargo.toml

+1-8
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@ authors = ["Valentin Bersier <[email protected]>"]
33
categories = ["development-tools", "command-line-utilities"]
44
description = "A blazingly fast linter for NatSpec comments in Solidity code"
55
edition = "2021"
6-
keywords = [
7-
"natspec",
8-
"solidity",
9-
"linter",
10-
"checker",
11-
"documentation",
12-
"docstring",
13-
]
6+
keywords = ["natspec", "solidity", "linter", "checker", "documentation"]
147
license = "MIT OR Apache-2.0"
158
name = "lintspec"
169
readme = "./README.md"

0 commit comments

Comments
 (0)