1
Fork 0

Use std::io::Error and remove useless to_string

This commit is contained in:
Adrian Tombu 2022-08-24 14:12:39 +02:00
parent e7ded9246c
commit 1c575c5fe0
No known key found for this signature in database
GPG key ID: 9CD8E979D3A943FE
3 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
driver_rlink_unable_to_read = failed to read rlink file: `{$error_message}`
driver_rlink_unable_to_read = failed to read rlink file: `{$err}`
driver_rlink_unable_to_deserialize = could not deserialize .rlink file: `{$error_message}`