Last active
August 29, 2015 14:08
-
-
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 ?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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