summaryrefslogtreecommitdiff
path: root/source/tanya/async/watcher.d
diff options
context:
space:
mode:
Diffstat (limited to 'source/tanya/async/watcher.d')
-rw-r--r--source/tanya/async/watcher.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tanya/async/watcher.d b/source/tanya/async/watcher.d
index 08fe6df..260c6a3 100644
--- a/source/tanya/async/watcher.d
+++ b/source/tanya/async/watcher.d
@@ -174,7 +174,7 @@ class IOWatcher : ConnectionWatcher
*
* Returns: $(D_KEYWORD this).
*/
- IOWatcher opCall(StreamTransport transport, Protocol protocol) pure nothrow @safe @nogc
+ IOWatcher opCall(StreamTransport transport, Protocol protocol) pure nothrow @nogc
in
{
assert(transport !is null);