From a6dd004113fcbc03ffacacc519d742ee84886c1d Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sat, 9 Dec 2017 14:43:29 +0100 Subject: implement the Resource trait for owned resources this unbreaks the "generics" example --- examples/late-resources.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/late-resources.rs') 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)] -- cgit v1.2.3