Avoid formatting dyn* test as rustftm doesn't understand it yet and just deletes code
This commit is contained in:
parent
9005c774d6
commit
4e0cb32311
@ -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};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user