Skip to content

Commit

Permalink
chore: remove src/doc from exclude list in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Apr 21, 2023
1 parent 3b8d744 commit 8966ab0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
]

Expand Down

0 comments on commit 8966ab0

Please sign in to comment.