Commit f278e01
fix: declare global and per_key as modules so common.rs items are reachable
Without pub mod global and pub mod per_key in mod.rs, the compiler sees all
types in common.rs as dead code and fails under -D warnings.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent fd93329 commit f278e01
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
0 commit comments