tursodatabase/turso

Fix Arc with non-Send/Sync clippy complaints

Open

#1,750 opened on Jun 16, 2025

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Rust (1,001 forks)github user discovery
buggood first issuehelp wanted

Repository metrics

Stars
 (19,103 stars)
PR merge metrics
 (PR metrics pending)

Description

We have #[allow(clippy::arc_with_non_send_sync)] in various places, but let's just fix them up by using Arc in core.

Contributor guide