Some cleanup around trait_method lookup
This commit is contained in:
parent
9e4c3f41c1
commit
25c4760b5d
2 changed files with 7 additions and 7 deletions
|
@ -3,6 +3,7 @@
|
|||
//! This crate also contains the match exhaustiveness and usefulness checking.
|
||||
#![allow(rustc::potential_query_instability)]
|
||||
#![feature(assert_matches)]
|
||||
#![feature(associated_type_bounds)]
|
||||
#![feature(box_patterns)]
|
||||
#![feature(control_flow_enum)]
|
||||
#![feature(if_let_guard)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue