1
Fork 0

Remove some unnecessary allow(incomplete_features)

This commit is contained in:
Michael Goulet 2024-03-11 19:41:40 +00:00
parent 6554a5645a
commit f614eaea2c
62 changed files with 261 additions and 323 deletions

View file

@ -1,7 +1,6 @@
//@ check-pass
#![feature(lint_reasons)]
#![allow(incomplete_features)]
use std::fmt::Display;
use std::ops::Deref;