jonhoo / buzz

A simple system tray application for notifying about unseen e-mail
Apache License 2.0
138 stars 12 forks source link

Remove unneeded string allocations #17

Closed LiHRaM closed 4 years ago

LiHRaM commented 4 years ago

I noticed that we were allocating strings without strictly needing to. This simply removes those allocations.

jonhoo commented 4 years ago

Oh, nice, thanks!