centowen / salsa

MIT License
2 stars 1 forks source link

Remove unwraps from ex-fulbool code #62

Closed symmsaur closed 1 year ago

symmsaur commented 1 year ago

Use take to avoid using references to self.active_integration. Copying the value out and then putting it back in (if it can't be optimized out) is cheap since ActiveIntegration doesn't hold very much data.