From d28a0e66c8b2e18b91ae4d00c770fc8c279cdbbc Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 12 Aug 2018 10:54:53 -0700 Subject: [PATCH] Fix old reference to serde_codegen --- test_suite/tests/test_gen.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_suite/tests/test_gen.rs b/test_suite/tests/test_gen.rs index 7cbb598e..8d27e651 100644 --- a/test_suite/tests/test_gen.rs +++ b/test_suite/tests/test_gen.rs @@ -6,7 +6,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// These just test that serde_codegen is able to produce code that compiles +// These just test that serde_derive is able to produce code that compiles // successfully when there are a variety of generics and non-(de)serializable // types involved.