Add inline_size_is_auto

This commit is contained in:
Simon Sapin 2019-12-02 23:49:39 +01:00
parent 6a5b8337a1
commit 2c124b9d0b
2 changed files with 20 additions and 0 deletions

View file

@ -4,6 +4,7 @@
#![deny(unsafe_code)]
#![feature(exact_size_is_empty)]
#![feature(matches_macro)]
pub mod context;
pub mod data;