diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 9f395e2..f40f716 100644 --- a/src/main.rs +++ b/src/main.rs @@ -8,7 +8,8 @@ slice_split_once, iterator_try_collect, path_add_extension, - never_type + never_type, + string_from_utf8_lossy_owned )] pub mod certs; |