From 39bb75cc6759ceb972c0caca0b03c7971a445eb8 Mon Sep 17 00:00:00 2001 From: Zeyla Hellyer Date: Tue, 7 Aug 2018 09:24:07 -0700 Subject: Fix compilation + tests on certain feature combos On certain feature combinations, compilation and tests would not function correctly. This commit goes through a number of feature combinations and gates some tests behind the required features and fixes other compilation errors. --- src/client/dispatch.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/dispatch.rs') diff --git a/src/client/dispatch.rs b/src/client/dispatch.rs index b81b901..7a9e725 100644 --- a/src/client/dispatch.rs +++ b/src/client/dispatch.rs @@ -97,6 +97,7 @@ pub(crate) fn dispatch( } #[cfg(not(feature = "framework"))] +#[allow(unused_mut)] pub(crate) fn dispatch( event: DispatchEvent, data: &Arc>, -- cgit v1.2.3