Fix old reference to serde_codegen

This commit is contained in:
David Tolnay 2018-08-12 10:54:53 -07:00
parent 0ca4db1616
commit d28a0e66c8
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -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.