Use OwnedSlice instead of owning_ref

This commit is contained in:
Maybe Waffle
2023-04-05 13:26:26 +00:00
parent 689beda166
commit c0ceefdfaf
6 changed files with 27 additions and 36 deletions

View File

@@ -22,8 +22,6 @@ extern crate proc_macro;
extern crate rustc_macros;
#[macro_use]
extern crate rustc_middle;
#[macro_use]
extern crate rustc_data_structures;
#[macro_use]
extern crate tracing;