smudge / nightlight

A CLI for configuring "Night Shift" on macOS 🌕🌖🌗🌘🌑
MIT License
197 stars 8 forks source link

Fix warnings #10

Closed smudge closed 4 years ago

smudge commented 4 years ago

I had left a few warnings in the codebase mostly because I didn't quite understand how Rust->ObjC handled reference passing. Now I get it, no need for the warnings, and I fixed some memory leaks!