From 2003a5eb342d044088012df620615a8ef575201f Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Mon, 24 Feb 2014 23:11:23 -0800 Subject: [PATCH] Add link to libtest in doc index --- src/doc/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/doc/index.md b/src/doc/index.md index e343173f50ac6..25eb063352a61 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