chore: remove src/doc from exclude list in Cargo.toml

This commit is contained in:
Weihang Lo 2023-04-19 22:41:07 +01:00
parent 3b8d744b44
commit 8966ab0e19
No known key found for this signature in database
GPG key ID: D7DBF189825E82E7

View file

@ -7,10 +7,6 @@ members = [
"benches/capture",
]
exclude = [
# For linkchecker (downloaded during CI) and semver-check
# TODO: Either move semver-check to crates/ folder,
# or make linkchecker run from a given directory.
"src/doc/",
"target/", # exclude bench testing
]