From 90256ea2f53add821e115c7f8fb70b32b6353474 Mon Sep 17 00:00:00 2001 From: Skgland Date: Fri, 26 Feb 2021 01:03:05 +0100 Subject: [PATCH] fix CI lib build with beta compiler --- src/indexing.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/indexing.rs b/src/indexing.rs index be6d7260..286f618a 100644 --- a/src/indexing.rs +++ b/src/indexing.rs @@ -28,6 +28,7 @@ pub(crate) enum IndexingCodePtr { enum OptArgIndexKeyType { Structure, Constant, + #[allow(dead_code)] List, } -- 2.54.0