Files
tolaria/demo-vault-v2/attachments
lucaronin 059990fce4 fix: remove vault.rs accidentally restored by cherry-pick
The save-regression cherry-pick (4b5812a) re-introduced the pre-refactor
vault.rs alongside vault/mod.rs, causing E0761 (ambiguous module) on CI.

vault/mod.rs (from PR #21 refactor-vault-rs) is the correct implementation
and already exports all needed functions (save_note_content, get_note_content,
purge_trash, etc.). Removing the duplicate vault.rs resolves the CI failure.
2026-02-24 00:33:20 +01:00
..