Allow liftime bounds on generic bounds
authorMatt Corallo <git@bluematt.me>
Mon, 19 Sep 2022 12:51:02 +0000 (12:51 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 23 Sep 2022 19:04:25 +0000 (19:04 +0000)
While liftime bounds require bindings users to ensure liftime
requirements are met, they're important for allowing us to export
lock wrappers. Thus, we relax the simple-bounds assertions checks
here.


No differences found