Add import sorting options to .rustfmt.toml.

This commit is contained in:
Quin 2025-07-12 23:54:21 -06:00
parent 11d35fe300
commit 3632dd5e09
6 changed files with 28 additions and 14 deletions

View file

@ -1,6 +1,7 @@
use htmlua_parser::serve::serve_content;
use std::env;
use htmlua_parser::serve::serve_content;
fn main() {
println!("Content-Type: text/html\n");