radicle-heartwood-lfs/crates/radicle-node/src
Adrian Duke 001aba0d29 clippy: Deny and fix `fallible_impl_from`
Instead of changing `impl From<SystemTime> for LocalTime` to `TryFrom`,
the implementation was removed, as there are not many callsites, and
they are well served by `LocalTime::now`.

radicle-localtime: drop TryFrom SystemTime

radicle-node: switch SystemTime usage with LocalTime
2026-01-16 22:52:18 +01:00
..
reactor node/reactor/transport: Implement `Debug` 2025-11-01 11:20:43 +01:00
runtime chore: Fix spelling errors with codespell 2025-11-01 12:11:02 +01:00
test chore: Fix spelling errors with codespell 2025-11-01 12:11:02 +01:00
tests chore: Fix spelling errors with codespell 2025-11-01 12:11:02 +01:00
worker workspace: A Little Less `git2` 2025-10-13 16:14:23 +02:00
control.rs node: Report sync status for given namespaces 2025-10-09 07:55:11 +02:00
fingerprint.rs chore: Fix spelling errors with codespell 2025-11-01 12:11:02 +01:00
lib.rs localtime: localise the localtime dependency 2026-01-08 14:58:41 +01:00
main.rs clippy: Deny and fix `fallible_impl_from` 2026-01-16 22:52:18 +01:00
reactor.rs node: Do not mix monotonic and system time 2025-12-04 20:45:51 +01:00
runtime.rs node/reactor: Correctly handle error events 2025-10-15 10:42:27 +01:00
test.rs node, protocol: Refactor 2025-07-16 21:15:52 +02:00
tests.rs chore: Fix spelling errors with codespell 2025-11-01 12:11:02 +01:00
wire.rs clippy: Deny and fix `fallible_impl_from` 2026-01-16 22:52:18 +01:00
worker.rs Replace unit-returning-closure with drop() 2025-08-19 10:57:37 +01:00