mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-21 06:19:02 +01:00
Fix fmt
This commit is contained in:
parent
e645c9fc7b
commit
f9615fc5ab
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
|||
// Some concepts are from Serde.
|
||||
|
||||
use heck::{ToPascalCase, ToLowerCamelCase, ToSnakeCase, ToShoutySnakeCase, ToKebabCase, ToShoutyKebabCase};
|
||||
use heck::{
|
||||
ToKebabCase, ToLowerCamelCase, ToPascalCase, ToShoutyKebabCase,
|
||||
ToShoutySnakeCase, ToSnakeCase,
|
||||
};
|
||||
|
||||
/// Apply a renaming rule to an enum variant,
|
||||
/// returning the version expected in the source.
|
||||
|
|
Loading…
Add table
Reference in a new issue