tursodatabase/turso

Fix Arc with non-Send/Sync clippy complaints

Open

#1.750 aberto em 16 de jun. de 2025

Ver no GitHub
 (6 comments) (0 reactions) (0 assignees)Rust (1.001 forks)github user discovery
buggood first issuehelp wanted

Métricas do repositório

Stars
 (19.103 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador