Hacker News new | ask | show | jobs
by DrMeepster 1047 days ago
Banning unsafe is actually really easy. Just one line `#![forbid(unsafe_code)]` at the start of your code.