1
Fork 0

Remove SimpleDefKind

This commit is contained in:
Mark Rousskov 2022-02-16 18:06:50 -05:00
parent 393fdc1048
commit ddda851fd5
5 changed files with 14 additions and 62 deletions

View file

@ -44,8 +44,6 @@ pub use on_disk_cache::OnDiskCache;
mod profiling_support;
pub use self::profiling_support::alloc_self_profile_query_strings;
mod util;
fn describe_as_module(def_id: LocalDefId, tcx: TyCtxt<'_>) -> String {
if def_id.is_top_level_module() {
"top-level module".to_string()