summaryrefslogtreecommitdiff
path: root/test/rs/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test/rs/src/lib.rs')
-rw-r--r--test/rs/src/lib.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/rs/src/lib.rs b/test/rs/src/lib.rs
index 9cfd7a66f..7c5362026 100644
--- a/test/rs/src/lib.rs
+++ b/test/rs/src/lib.rs
@@ -15,5 +15,11 @@
// specific language governing permissions and limitations
// under the License.
+// FIXME - need changes in gen before lifting this exception
+#![allow(
+ clippy::match_single_binding,
+ clippy::unnecessary_wraps,
+ clippy::derivable_impls
+)]
mod thrift_test;
pub use crate::thrift_test::*;