JakeRoggenbuck / auto-clock-speed

A utility to check stats about your CPU, and auto regulate clock speeds to help with either performance or battery life.
https://autoclockspeed.org
MIT License
33 stars 9 forks source link

Forbid unsafe and remove atty dependency #559

Closed JakeRoggenbuck closed 4 months ago

JakeRoggenbuck commented 5 months ago

Add forbid unsafe_code to rust files

#![forbid(unsafe_code)]