Make IdFunctor::try_map_id panic-safe

This commit is contained in:
Alan Egerton
2021-12-01 17:57:09 +00:00
parent 2af5c6562d
commit acd39ff0fe
2 changed files with 30 additions and 24 deletions

View File

@@ -23,6 +23,7 @@
#![feature(once_cell)]
#![feature(test)]
#![feature(thread_id_value)]
#![feature(vec_into_raw_parts)]
#![allow(rustc::default_hash_types)]
#![deny(unaligned_references)]