From 7fbc8f902df36b99830a729936bfa5b07e71f531 Mon Sep 17 00:00:00 2001 From: NamedNeon <130935222+NamedNeon@users.noreply.github.com> Date: Wed, 13 Sep 2023 15:08:10 -0400 Subject: [PATCH] add back field-titles --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index a213bfc..1d2e8f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,3 +20,6 @@ opt-level = "z" lto = true codegen-units = 1 panic = "abort" + +[features] +field-titles = []