Skip to content

Instantly share code, notes, and snippets.

@waterlink
Last active August 29, 2015 14:08
Show Gist options
  • Select an option

  • Save waterlink/9faf620facdd8355b3cc to your computer and use it in GitHub Desktop.

Select an option

Save waterlink/9faf620facdd8355b3cc to your computer and use it in GitHub Desktop.
Rust: How to get +50 to karma when implementing an Open Source library ?
// Use these lines in your root crate source code
#![deny(missing_docs)]
#![deny(warnings)]
// This stuff really works. It adds +50 to karma.
// And frequency of trains being delayed when you want to get
// somewhere in hurry really drops :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment