bumpref 0.1.0

Explicit .bump() method for Arc and Rc that signals cheap refcount cloning
Documentation
1
2
3
4
5
extern crate skeptic;

fn main() {
    skeptic::generate_doc_tests(&["README.md"]);
}