Lucas Baumann
Lucas Baumann
Sorry wasn't done editing. Here the Example now: ` struct Wrapper(Collector); impl Drop for Wrapper { fn drop(&mut self) { assert!(self.0.can_deallocate()); } } ` both Examples assume that the Wrapper...
Ok, i now made the translations specific to filters, it sounds a lot better like this, but if you ever decide to include something else in there it needs to...
I haven't used the 0.6 branch, the relevant parts are the same between master and the 0.5 branch. In the getting_started example it is the match on line 56, in...