In Rust would you write it
use rocket_db_pools::{Database, diesel};
or
use rocket_db_pools::{diesel, Database};
ie should I put lowercase or uppercase first when alphabetizing. It feels weird for structs (specific) to go before modules (general)
In Rust would you write it
use rocket_db_pools::{Database, diesel};
or
use rocket_db_pools::{diesel, Database};
ie should I put lowercase or uppercase first when alphabetizing. It feels weird for structs (specific) to go before modules (general)
If you have a fediverse account, you can quote this note from your own instance. Search https://mastodon.social/users/mcc/statuses/115291173064144389 on your instance and quote it. (Note that quoting is not supported in Mastodon.)