From 5e47432ef07337678bed2b197a45be3dde7e2695 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 12 Jun 2021 13:34:45 -0700 Subject: [PATCH] Update documented test command for the serde directory --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 271dface2..32646ebb2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,7 +31,7 @@ tests for you. ```sh # Test all the example code in Serde documentation -cargo test +cargo test --features derive ``` ##### In the [`test_suite/deps`] directory