commit | 209b10a23c4d7edbdf9958fd6b0c86181ff81145 | [log] [tgz] |
---|---|---|
author | Googler <no-reply@google.com> | Mon Dec 06 09:11:57 2021 +0000 |
committer | Marcel Hlopko <hlopko@google.com> | Fri Mar 25 22:05:03 2022 +0000 |
tree | 80b599915b0cbb42ade5561dbf2fa502601a2af3 | |
parent | a854433fcd715f704da610c5bea5104455e06a30 [diff] |
Use const assert!() instead of the static_assertions crate. const assert!() was stabilized in 1.57.0: https://blog.rust-lang.org/2021/12/02/Rust-1.57.0.html PiperOrigin-RevId: 414374818