From bb98fbcc687f2420f0737d39dfa335b4af03e566 Mon Sep 17 00:00:00 2001 From: faineance Date: Thu, 9 Feb 2017 22:27:15 +0000 Subject: fix contributing instructions --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 328b0870..cbaaf3c4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -69,7 +69,7 @@ that you aren't forgetting to document types and functions. CI will catch it if you forget, but the turn around will be a lot slower ;) ``` -$ cargo build --features _docs +$ cargo build --features docs_ ``` ## Testing -- cgit v1.2.3