maybe like you are sorting the 'use' lines and values, you could also sort the derive values, for example ````rust #[derive(Serialize, Deserialize, Debug, Clone)] ```` can be sorted by abc order and keep the code consistent all over.
maybe like you are sorting the 'use' lines and values, you could also sort the derive values, for example
#[derive(Serialize, Deserialize, Debug, Clone)]can be sorted by abc order and keep the code consistent all over.