fix tests

This commit is contained in:
steveklabnik 2017-06-05 13:14:31 -04:00
parent 2f0dc04bb5
commit 9331f046f4
1 changed files with 2 additions and 0 deletions

View File

@ -98,6 +98,7 @@ documentation for them as well!
`rustdoc` can also generate HTML from standalone Markdown files. Let's
give it a try: create a `README.md` file with these contents:
```text
# Docs
This is a project to test out `rustdoc`.
@ -111,6 +112,7 @@ give it a try: create a `README.md` file with these contents:
1 + 1
}
```
```
And call `rustdoc` on it: