In Rust would you write ituse rocket_db_pools::{Database, diesel};oruse rocket_db_pools::{diesel, Database};ie should I put lowercase or uppercase first when alphabetizing.
Uncategorized
1
Posts
1
Posters
0
Views
-
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)
-
undefined oblomov@sociale.network shared this topic on