diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-12-04 13:07:14 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-01-26 10:26:36 +0000 |
| commit | b6a384194204f34b70fe738e809848ee274b9681 (patch) | |
| tree | b7df32e997d34fcfea2f5166df846833b9987c2d /library/coretests/lib.rs | |
| parent | c2270becb63d4c52a2740137db2e9b49246f9362 (diff) | |
| download | rust-b6a384194204f34b70fe738e809848ee274b9681.tar.gz rust-b6a384194204f34b70fe738e809848ee274b9681.zip | |
Put all coretests in a separate crate
Diffstat (limited to 'library/coretests/lib.rs')
| -rw-r--r-- | library/coretests/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/coretests/lib.rs b/library/coretests/lib.rs new file mode 100644 index 00000000000..b49208cd4eb --- /dev/null +++ b/library/coretests/lib.rs @@ -0,0 +1 @@ +// Intentionally left empty. |
