aboutsummaryrefslogtreecommitdiff
path: root/tests/cfail/token-transfer.rs
diff options
context:
space:
mode:
authorhomunkulus <homunkulus@gmx.com>2017-12-09 14:26:38 +0000
committerhomunkulus <homunkulus@gmx.com>2017-12-09 14:26:38 +0000
commit40ebb93cc6ec8533d4532853c3fd01693af09d8e (patch)
tree2a452f6e7d7d02bc9d17494554f04afcab8efd63 /tests/cfail/token-transfer.rs
parent0a0e0e2b382d826ac7b423c91f39d2abf91a010f (diff)
parentd6c240f9743067c81e68adcf35c60304573db8b9 (diff)
Auto merge of #56 - japaric:not-send, r=japaric
make resource proxies !Send None
Diffstat (limited to 'tests/cfail/token-transfer.rs')
-rw-r--r--tests/cfail/token-transfer.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cfail/token-transfer.rs b/tests/cfail/token-transfer.rs
index 38e8786..bc62052 100644
--- a/tests/cfail/token-transfer.rs
+++ b/tests/cfail/token-transfer.rs
@@ -1,3 +1,4 @@
+#![deny(unsafe_code)]
#![deny(warnings)]
#![feature(const_fn)]
#![feature(proc_macro)]