aboutsummaryrefslogtreecommitdiff
path: root/examples/late-resources.rs
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2017-12-09 14:43:29 +0100
committerJorge Aparicio <jorge@japaric.io>2017-12-09 17:17:56 +0100
commita6dd004113fcbc03ffacacc519d742ee84886c1d (patch)
tree66b70421a0ab00ab8a2be2fb990c15223e495535 /examples/late-resources.rs
parent219e17268018f397ff3c8a41519c8345aeab7f2f (diff)
implement the Resource trait for owned resources
this unbreaks the "generics" example
Diffstat (limited to 'examples/late-resources.rs')
-rw-r--r--examples/late-resources.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/late-resources.rs b/examples/late-resources.rs
index d42431c..07c321f 100644
--- a/examples/late-resources.rs
+++ b/examples/late-resources.rs
@@ -1,5 +1,4 @@
//! Demonstrates initialization of resources in `init`.
-
#![deny(unsafe_code)]
#![deny(warnings)]
#![feature(proc_macro)]