1
Fork 0

Rebase fallout.

This commit is contained in:
Camille GILLOT 2021-09-01 21:05:35 +02:00
parent 058fddcb77
commit 924dbc36c9
9 changed files with 6 additions and 5 deletions

View file

@ -3,6 +3,7 @@
#![feature(crate_visibility_modifier)]
#![feature(control_flow_enum)]
#![feature(in_band_lifetimes)]
#![recursion_limit = "256"]
#[macro_use]
extern crate tracing;