Move hir_def::keys to hir_def::dyn_map

This commit is contained in:
Lukas Wirth 2023-04-06 19:49:33 +02:00
parent 40c068f502
commit 12b069f434
7 changed files with 9 additions and 8 deletions

View file

@ -21,6 +21,8 @@
//!
//! This is a work of fiction. Any similarities to Kotlin's `BindingContext` are
//! a coincidence.
pub mod keys;
use std::{
hash::Hash,
marker::PhantomData,