diff options
| author | Kevin Ballard <kevin@sb.org> | 2014-02-24 23:11:23 -0800 |
|---|---|---|
| committer | Kevin Ballard <kevin@sb.org> | 2014-02-24 23:11:23 -0800 |
| commit | 2003a5eb342d044088012df620615a8ef575201f (patch) | |
| tree | acc665f109627adc821bd2fb7299848aa536a291 /src | |
| parent | 4bc7672335bf29f28ef88fedaa4b1abaf370f691 (diff) | |
| download | rust-2003a5eb342d044088012df620615a8ef575201f.tar.gz rust-2003a5eb342d044088012df620615a8ef575201f.zip | |
Add link to libtest in doc index
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/index.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/index.md b/src/doc/index.md index e343173f50a..25eb063352a 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -43,6 +43,7 @@ li {list-style-type: none; } * [The `sync` library for concurrency-enabled mechanisms and primitives](sync/index.html) * [The `syntax` library, the Rust parser](syntax/index.html) * [The `term` terminal-handling library](term/index.html) +* [The `test` library](test/index.html) * [The `uuid` 128-bit universally unique identifier library](uuid/index.html) # Tooling |
