We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d790f6 commit 6340718Copy full SHA for 6340718
Cargo.toml
@@ -8,14 +8,13 @@ keywords = [
8
"procedural",
9
"procedural-macro",
10
"collection-comprehension",
11
- "iterator-comprehension",
12
"comprehension",
13
]
14
repository = "https://github.com/Natural-selection1/better-comprehension-in-rust"
15
readme = "README.md"
16
version = "1.0.0"
17
edition = "2024"
18
-exclude = ["src/main.rs", "target",".vscode"]
+exclude = ["src/main.rs", "target", ".vscode"]
19
20
21
[lib]
0 commit comments