fix clippy lints for CI compatibility

This commit is contained in:
2026-06-02 17:36:31 +02:00
parent 488243183c
commit eda62884a4
3 changed files with 18 additions and 28 deletions
+5
View File
@@ -50,6 +50,11 @@ All notable changes to NotAlterra are documented in this file.
- **`is_cloud_path()` removed** — was only used by the discovery-era cloud
detection path.
### Notes
- Working copy diverged from remote after signing the previous commit
on a different clone. Resolved via `git reset --soft origin/master`
(no content lost, identical tree).
## [v0.2.3] — 2026-06-01
- Zero compiler warnings (`deny(unsafe_code)`, `allow(dead_code)` where intentional)