You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: return anyhow::Result from write_private_file_atomic
New code under src/ uses anyhow::Result and ?-based propagation; convert
the atomic write helper's error type to match. Callers already add their own
context or propagate through anyhow, so this only drops the io::Result outlier.
0 commit comments