Simplify with_tlv.

This commit is contained in:
Nicholas Nethercote 2023-02-08 16:24:57 +11:00
parent f7b3e39502
commit 18f751df6a
2 changed files with 3 additions and 3 deletions

View file

@ -34,6 +34,7 @@
#![feature(get_mut_unchecked)]
#![feature(if_let_guard)]
#![feature(iter_from_generator)]
#![feature(local_key_cell_methods)]
#![feature(negative_impls)]
#![feature(never_type)]
#![feature(extern_types)]