Skip to content

Commit 4d2db09

Browse files
Exclude the rust src directory from inclusion in the rustc-perf workspace
1 parent 434ba59 commit 4d2db09

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)