mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-23 23:50:25 +08:00
Have to ignore the mains
This commit is contained in:
parent
c59a629d9a
commit
245204cd13
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user