This commit is contained in:
Chris Tsang 2024-01-27 19:32:39 +00:00
parent 3c07c91d54
commit 8e6316c90e

View File

@ -889,7 +889,7 @@ pub fn derive_active_enum_display(input: TokenStream) -> TokenStream {
///
/// #[derive(DeriveIden)]
/// struct MyOther;
///
///
/// assert_eq!(MyClass::Table.to_string(), "my_class");
/// assert_eq!(MyClass::Id.to_string(), "id");
/// assert_eq!(MyClass::Title.to_string(), "turtle"); // renamed!