Skip to content

Commit fe0b6ba

Browse files
Small cargo changes etc
1 parent 2adf952 commit fe0b6ba

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ examples/tokio_tls/Cargo.lock
44
examples/smol_tls/Cargo.lock
55
.vscode/**
66

7-
Cargo.lock
7+
Cargo.lock
8+
test.py

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
members = [
44
"mqrstt",
5+
"fuzz",
56
]

rust-toolchain

-2
This file was deleted.

rustfmt.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# unstable_features = true
2-
# brace_style = "PreferSameLine"
3-
# control_brace_style = "ClosingNextLine"
1+
# unstable_features = true
2+
# brace_style = "PreferSameLine"
3+
# control_brace_style = "ClosingNextLine"
44
max_width = 200

0 commit comments

Comments
 (0)