Skip to content

Commit

Permalink
Fixing the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Nov 14, 2016
1 parent f9057ea commit 0442be5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

- [Generics]()

- [A tour of the standard library]()
- [I/O]()
- [`Read` & `Write`]()
- [`std::fs`]()
- [`std::path`]()
Expand Down
2 changes: 1 addition & 1 deletion src/chXX-01-crates-io.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ we choose to `cargo update`.

You can now use the `regex` library using `extern crate` in `main.rs`.

```
```ignore
extern crate regex;
use regex::Regex;
Expand Down
1 change: 0 additions & 1 deletion src/chXX-01-creating-a-library.md

This file was deleted.

0 comments on commit 0442be5

Please sign in to comment.