Skip to content

Commit 3f0be39

Browse files
authored
Merge pull request #1349 from Mark-Simulacrum/exclude-bootstrap
Exclude the rust src directory from inclusion in the rustc-perf workspace
2 parents 434ba59 + 4d2db09 commit 3f0be39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[workspace]
22
members = ["collector", "site", "database", "intern"]
3-
exclude = ["collector/benchmarks"]
3+
exclude = ["collector/benchmarks", "rust/src"]
44

55
[profile.release.package.site]
66
debug = 1

0 commit comments

Comments
 (0)