Have to ignore the mains

This commit is contained in:
Carol (Nichols || Goulding) 2016-12-13 10:17:12 -05:00
parent c59a629d9a
commit 245204cd13

View File

@ -446,7 +446,7 @@ Let's say we want to output statistics about how many lines have matched to `std
Filename: src/main.rs
```rust
```rust,ignore
extern crate greprs;
use std::env;