Avoid formatting dyn* test as rustftm doesn't understand it yet and just deletes code

This commit is contained in:
Oli Scherer 2023-02-21 11:36:49 +00:00
parent 9005c774d6
commit 4e0cb32311

View File

@ -1,5 +1,8 @@
#![feature(dyn_star)]
#![allow(incomplete_features)]
#![feature(custom_inner_attributes)]
// rustfmt destroys `dyn* Trait` syntax
#![rustfmt::skip]
use std::fmt::{Debug, Display};