Commit 8f3fb78
Feature-gate undo module behind input-components
The undo module is only used by InputField and TextArea (both behind
the input-components feature), but was always compiled. This produced
dead-code warnings under --no-default-features. Gate the module
declaration with #[cfg(feature = "input-components")] to eliminate
those warnings.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent e096986 commit 8f3fb78
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| |||
0 commit comments