fix: Separate detect, sync, and merge modules into their own files
Some checks failed
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled

This commit is contained in:
2026-02-04 10:11:03 +00:00
parent 3dafbb5a81
commit e481fc6f13

View File

@@ -51,4 +51,4 @@ jobs:
run: cargo fmt --check --all-features
- name: Run clippy
run: cargo clippy --all-features -- -D warnings
run: cargo clippy --all-features -- -D warnings