further clean up best_blame_constraint

This gets rid of `categorized_path`, as it was redundant given the `OutlivesConstraint`s in `path`
already have a category field.
This commit is contained in:
dianne
2024-12-12 02:00:07 -08:00
parent aa8d5bff4c
commit 2249232ad8
2 changed files with 47 additions and 51 deletions

View File

@@ -6,6 +6,7 @@
#![feature(assert_matches)]
#![feature(box_patterns)]
#![feature(file_buffered)]
#![feature(if_let_guard)]
#![feature(let_chains)]
#![feature(never_type)]
#![feature(rustc_attrs)]