mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-02-02 23:38:41 +08:00
Fix extra whitespace
This commit is contained in:
parent
587d605c81
commit
42c876b3ff
@ -1,4 +1,3 @@
|
||||
|
||||
## Accepting Command Line Arguments
|
||||
|
||||
Our first task is to have `greprs` accept its two command line arguments. There
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
## Reading a File
|
||||
|
||||
Now that we have some variables containing the information that we need, let's
|
||||
|
@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
## Testing the Library's Functionality
|
||||
|
||||
Writing tests for the core functionality of our code is now easier since we
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
## Working with Environment Variables
|
||||
|
||||
Let's add one more feature: case insensitive searching. In addition, this
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
## Write to `stderr` Instead of `stdout`
|
||||
|
||||
Right now, we're writing all of our output to the terminal with `println!`.
|
||||
|
Loading…
Reference in New Issue
Block a user