diff options
| author | Ralf Jung <post@ralfj.de> | 2025-07-12 10:37:55 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2025-07-12 12:10:04 +0200 |
| commit | a0a8e806041d08dc8877571ebd1bdab115a060ad (patch) | |
| tree | d88a23098326d9075b7c7180972b96cf7f927273 /src/tools/miri/test_dependencies | |
| parent | c629a450d650f478bde8fffca92a0da7b0701316 (diff) | |
| download | rust-a0a8e806041d08dc8877571ebd1bdab115a060ad.tar.gz rust-a0a8e806041d08dc8877571ebd1bdab115a060ad.zip | |
fix clippy_test_deps workspace handling
Diffstat (limited to 'src/tools/miri/test_dependencies')
| -rw-r--r-- | src/tools/miri/test_dependencies/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/miri/test_dependencies/Cargo.toml b/src/tools/miri/test_dependencies/Cargo.toml index fa833b51fa3..35555723f5d 100644 --- a/src/tools/miri/test_dependencies/Cargo.toml +++ b/src/tools/miri/test_dependencies/Cargo.toml @@ -34,4 +34,5 @@ windows-sys = { version = "0.59", features = [ "Wdk_Storage_FileSystem", ] } +# Make sure we are not part of the rustc workspace. [workspace] |
