When running `cargo doc --test` in a project folder, cargo does not test documentation examples, it only builds the project and exits. This is when running cargo from nightly. ``` mk@maero ~/Projects/SoundCloud % cargo test --doc mk@maero ~/Projects/SoundCloud % ```