cfor 0.2.0

A macro that gives Rust a C-style for loop, with initialisation, condition and step. This correctly handles control-flow like continue and break.
Build #11904 2016-08-08T20:25:49.725233+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)
# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading cfor v0.2.0
Documenting cfor v0.2.0
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/cfor-0.2.0/src/lib.rs --crate-name cfor -o /home/cratesfyi/cfor-0.2.0/doc -L dependency=/home/cratesfyi/cfor-0.2.0/debug -L dependency=/home/cratesfyi/cfor-0.2.0/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/cfor-0.2.0/src/lib.rs:172:1: 172:4 error: can't qualify macro_rules invocation with `pub` 
.cargo/registry/src/github.com-1ecc6299db9ec823/cfor-0.2.0/src/lib.rs:172 pub macro_rules! cfor {
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cfor-0.2.0/src/lib.rs:172:1: 172:4 help: did you mean #[macro_export]? 
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `cfor v0.2.0`, intermediate artifacts can be found at `/home/cratesfyi/cfor-0.2.0`,
cause: ChainedError {
error: Could not document `cfor`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/cfor-0.2.0/src/lib.rs --crate-name cfor -o /home/cratesfyi/cfor-0.2.0/doc -L dependency=/home/cratesfyi/cfor-0.2.0/debug -L dependency=/home/cratesfyi/cfor-0.2.0/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.