Use derive_const and rm manual StructuralEq impl

This commit is contained in:
Deadbeef
2022-11-12 12:57:10 +00:00
parent 5f4e73c4a4
commit 4b217e4624
3 changed files with 15 additions and 0 deletions

View File

@@ -185,6 +185,7 @@
#![feature(const_refs_to_cell)]
#![feature(decl_macro)]
#![feature(deprecated_suggestion)]
#![cfg_attr(not(bootstrap), feature(derive_const))]
#![feature(doc_cfg)]
#![feature(doc_notable_trait)]
#![feature(rustdoc_internals)]