diff options
| author | sayantn <sayantn05@gmail.com> | 2025-04-16 03:53:48 +0530 |
|---|---|---|
| committer | Amanieu d'Antras <amanieu@gmail.com> | 2025-04-20 21:39:39 +0000 |
| commit | f2870b76fdc8d3e31340749ae5feb94c27e396e6 (patch) | |
| tree | 46466dedfbaa6db8af99ec5bdf7543d9652063da /library/stdarch/crates/stdarch-test | |
| parent | bc9e29d9be2601e406a03bb6749a051c4ecab01e (diff) | |
| download | rust-f2870b76fdc8d3e31340749ae5feb94c27e396e6.tar.gz rust-f2870b76fdc8d3e31340749ae5feb94c27e396e6.zip | |
Remove `STDARCH_DISABLE_DEDUP_GUARD` as it was unused
Diffstat (limited to 'library/stdarch/crates/stdarch-test')
| -rw-r--r-- | library/stdarch/crates/stdarch-test/src/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/library/stdarch/crates/stdarch-test/src/lib.rs b/library/stdarch/crates/stdarch-test/src/lib.rs index ff224376ecf..e5ce79b1dce 100644 --- a/library/stdarch/crates/stdarch-test/src/lib.rs +++ b/library/stdarch/crates/stdarch-test/src/lib.rs @@ -203,6 +203,3 @@ pub fn assert_skip_test_ok(name: &str, missing_features: &[&str]) { Err(_) => println!("Set STDARCH_TEST_EVERYTHING to make this an error."), } } - -// See comment in `assert-instr-macro` crate for why this exists -pub static mut _DONT_DEDUP: *const u8 = std::ptr::null(); |
