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.