fix CI lib build with beta compiler

This commit is contained in:
Skgland
2021-02-26 01:03:05 +01:00
parent 90aefd35f0
commit 90256ea2f5

View File

@@ -28,6 +28,7 @@ pub(crate) enum IndexingCodePtr {
enum OptArgIndexKeyType { enum OptArgIndexKeyType {
Structure, Structure,
Constant, Constant,
#[allow(dead_code)]
List, List,
} }