From 1d55a5778bc5f0ab1cac0e9f12dcc2f04ddda719 Mon Sep 17 00:00:00 2001 From: Zack Corr Date: Wed, 31 Oct 2012 10:11:19 +1000 Subject: [PATCH] rusti: Remove legacy modes and exports --- src/rusti/wrapper.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/rusti/wrapper.rs b/src/rusti/wrapper.rs index fba8849e02c3..6562d60ecfda 100644 --- a/src/rusti/wrapper.rs +++ b/src/rusti/wrapper.rs @@ -1,6 +1,3 @@ -#[legacy_modes]; -#[legacy_exports]; - #[allow(ctypes)]; #[allow(heap_memory)]; #[allow(implicit_copies)];