prepare to publish el libro de arena

This commit is contained in:
Aleksey Kladov 2021-01-14 18:47:42 +03:00
parent aeacaeed4e
commit 4c4e54ac8a
33 changed files with 49 additions and 42 deletions

View file

@ -9,7 +9,7 @@
//! absolute offsets. The `Trace` structure (inspired, at least in name, by
//! Kotlin's `BindingTrace`) allows use the same code to compute both
//! projections.
use arena::{map::ArenaMap, Arena, Idx, RawId};
use la_arena::{map::ArenaMap, Arena, Idx, RawId};
pub(crate) struct Trace<T, V> {
arena: Option<Arena<T>>,