Hacker News new | ask | show | jobs
by WAthrowaway 2728 days ago
Drop acid
1 comments

seriously?

  impl Drop for Acid {
    fn drop(&mut self) {
        println!("It can be done");
    }
  }
nerd
Yes