From 6cfabb78630f3c7290f1f180f7513255fff2d12e Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Mon, 24 Jul 2017 10:40:53 -0600 Subject: [PATCH] autogen: cleanup rust strict warning --- rust/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/rust/Makefile.am b/rust/Makefile.am index dfee1c43dc..104b49003f 100644 --- a/rust/Makefile.am +++ b/rust/Makefile.am @@ -19,8 +19,6 @@ if !DEBUG RELEASE = --release endif -RUST_FEATURES = - if HAVE_LUA RUST_FEATURES += lua endif -- 2.47.2