Fix warning

This commit is contained in:
Sosthène Guédon
2025-01-24 10:47:13 +01:00
committed by sosthene-nitrokey
parent 40df6e306f
commit d71e1d90db
+2 -1
View File
@@ -29,7 +29,8 @@ std = ["alloc"]
log-all = []
log-none = []
log-info = []
log-trace = []
log-debug = []
log-info = []
log-warn = []
log-error = []