commit | af3753a530dae49b123d46466cf7738992c8036e | [log] [tgz] |
---|---|---|
author | Dmitri Gribenko <dmitrig@google.com> | Mon Jul 03 04:53:42 2023 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Jul 03 04:54:26 2023 -0700 |
tree | 951676d7dd2fb14400b1190cc9b48627b4ed487c | |
parent | 9eca4f7220c904ab724572c54ca7ca397b7e5f45 [diff] |
Internal change PiperOrigin-RevId: 545191429 Change-Id: Ifbc04654df731a9fab0e3253b7afa8b161c0ae14
diff --git a/common/item_exists_test.rs b/common/item_exists_test.rs index b4102ec..bcc33e5 100644 --- a/common/item_exists_test.rs +++ b/common/item_exists_test.rs
@@ -140,8 +140,8 @@ mod m { pub struct A; } - item_exists::type_exists!(m::A); - item_exists::type_exists!(m::A); + _ = item_exists::type_exists!(m::A); + _ = item_exists::type_exists!(m::A); } }