Lonami / grammers

(tele)gramme.rs - use Telegram's API from Rust
https://t.me/gramme_rs
Apache License 2.0
554 stars 113 forks source link

remove useless `unsafe impl {Send, Sync}` #246

Closed MaxVerevkin closed 4 months ago

MaxVerevkin commented 4 months ago

These structs implement Send + Sync automatically.

MaxVerevkin commented 4 months ago

Now there is no unsafe in the repo :)

Lonami commented 4 months ago

I've gone ahead and further restricted the use of unsafe in all crates (b9a582a38f678e28e77fe6f2ed072fdfd1e87d3c). Good call removing it.