Hacker News new | ask | show | jobs
by notomorrow 2728 days ago
seriously?
2 comments

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