Skip to content

Commit

Permalink
fix(doit): fix lifetime issues
Browse files Browse the repository at this point in the history
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()`.
  • Loading branch information
Byron committed Mar 18, 2015
1 parent b0a1f51 commit 29d9e45
Show file tree
Hide file tree
Showing 3 changed files with 243 additions and 220 deletions.
Loading

0 comments on commit 29d9e45

Please sign in to comment.