Fix module std.digest.digest is deprecated (#916)

* Fix module std.digest.digest as this is deprecated when using DMD 2.092 and above
This commit is contained in:
abraunegg 2020-05-12 10:50:36 +10:00 committed by GitHub
parent 2529b99265
commit 2f22d38cb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
import std.algorithm;
import std.digest.digest;
import std.digest;
// implementation of the QuickXorHash algorithm in D
// https://github.com/OneDrive/onedrive-api-docs/blob/live/docs/code-snippets/quickxorhash.md