Sort imports with the help of rustfmt.

This commit is contained in:
Quin 2025-07-12 23:56:50 -06:00
parent 2991b10598
commit 17759c3210
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");