summary refs log tree commit diff stats
path: root/lib/deprecated/pure/securehash.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/deprecated/pure/securehash.nim')
-rw-r--r--lib/deprecated/pure/securehash.nim5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/deprecated/pure/securehash.nim b/lib/deprecated/pure/securehash.nim
index 2f4530d88..ea7930f81 100644
--- a/lib/deprecated/pure/securehash.nim
+++ b/lib/deprecated/pure/securehash.nim
@@ -1,6 +1,5 @@
-
-
 ## This module is a deprecated alias for the `sha1` module.
-{.deprecated.}
+
+{.deprecated: "use `std/sha1` instead".}
 
 include "../std/sha1"