]> Repositorios git - scryer-prolog.git/commitdiff
fix CI lib build with beta compiler
authorSkgland <[email protected]>
Fri, 26 Feb 2021 00:03:05 +0000 (01:03 +0100)
committerSkgland <[email protected]>
Sun, 28 Feb 2021 18:21:31 +0000 (19:21 +0100)
src/indexing.rs

index be6d726045c05a092d4dfa459da4c64aa638a74e..286f618acc76de8e50e3c21082aeb2f6e928a17d 100644 (file)
@@ -28,6 +28,7 @@ pub(crate) enum IndexingCodePtr {
 enum OptArgIndexKeyType {
     Structure,
     Constant,
+    #[allow(dead_code)]
     List,
 }