Use NonZero* where applicable

This commit is contained in:
Adrian Heine 2023-03-08 11:46:47 +01:00
parent ac1c06dd31
commit 5045c3494d
4 changed files with 12 additions and 7 deletions

View file

@ -15,6 +15,7 @@ once_cell = "1.4"
slog = { version = "2", features = ["max_level_trace", "release_max_level_trace"] }
slog-term = "2.5"
slog-async = "2.7"
nonzero_ext = "0.3.0"
[dev-dependencies]
tempfile = "3"