Skip to content

Remove many references to solve lifetime issues.

username-removed-407790 requested to merge Thiez/Polly:master into master

Simplifies the code, primarily by changing &'a Rc<RefCell<&'a mut Template>> to Rc<RefCell<Template>>. Also removes some allocations.

Perhaps I'll see if I can simplify things further later tonight.

Merge request reports