From 013eb808a6130034f92fa179d80a1c0db48695f1 Mon Sep 17 00:00:00 2001 From: greatest0fallt1me <1nonlygem@gmail.com> Date: Tue, 10 Mar 2026 09:49:12 +0530 Subject: [PATCH] chore: stub marker for #104 granular feature flags Made-with: Cursor --- src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index eb19298d..4c4db6b5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -6,6 +6,9 @@ use soroban_sdk::{ BytesN, Env, Map, String, Symbol, Vec, }; +// Issue #104 — Granular feature flags (experimental contract features). +// Placeholder branch for upstream PR scaffolding; full implementation in follow-up. + /// Centralized contract error codes. Auth failures are signaled by host panic (require_auth). #[contracterror] #[derive(Copy, Clone, Debug, Eq, PartialEq, Ord, PartialOrd)]