1
Fork 0

Factor out the repeated assert_ty_bounds function.

This commit is contained in:
Nicholas Nethercote 2022-06-22 16:34:43 +10:00
parent e7396685a1
commit b7855fa9de
4 changed files with 42 additions and 44 deletions

View file

@ -135,6 +135,9 @@ symbols! {
Arguments,
AsMut,
AsRef,
AssertParamIsClone,
AssertParamIsCopy,
AssertParamIsEq,
AtomicBool,
AtomicI128,
AtomicI16,