Skip to content

Commit dd521aa

Browse files
committed
Tidy up the http1_server abstraction
1 parent 3fe2f2f commit dd521aa

File tree

5 files changed

+181
-151
lines changed

5 files changed

+181
-151
lines changed

.vscode/settings.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
{
2-
"editor.formatOnSave": true,
3-
"editor.formatOnType": true,
4-
"rust-analyzer.rustfmt.overrideCommand": [
5-
"rustfmt",
6-
"+nightly"
7-
],
8-
"[rust]": {
9-
"editor.defaultFormatter": "rust-lang.rust-analyzer",
10-
"editor.formatOnSave": true
11-
},
2+
// "rust-analyzer.rustfmt.overrideCommand": [
3+
// "just",
4+
// "fmt",
5+
// "--fix"
6+
// ]
127
}

0 commit comments

Comments
 (0)