Commit 29d9e45
committed
fix(doit): fix lifetime issues
Those were totally real, actually, and I am happy the borrow checker
exists !
Only one weirdness happened with RefCell<BorrowMut<C>>, but it could be
fixed by checking actual types using `let foo: () = something_nasty()`.1 parent b0a1f51 commit 29d9e45
3 files changed
Lines changed: 243 additions & 220 deletions
0 commit comments