From 9fe4e13b8384f16d58906b77695ef07777713a5a Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 8 Dec 2024 14:51:35 -0800 Subject: [PATCH] data list improvemtn --- rust/pspp/src/command/data_list.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/pspp/src/command/data_list.rs b/rust/pspp/src/command/data_list.rs index 5fdd9112b7..5cdf1fb11b 100644 --- a/rust/pspp/src/command/data_list.rs +++ b/rust/pspp/src/command/data_list.rs @@ -50,6 +50,7 @@ enum Setting<'a> { Skip(Equals, Integer), Table, NoTable, + End(Equals, &'a Identifier), } #[derive(Debug, pspp_derive::FromTokens)] -- 2.30.2