BurtonQin / lockbud

Statically detect memory, concurrency bugs and possible panic locations for Rust.
BSD 3-Clause "New" or "Revised" License
445 stars 25 forks source link

FPs caused by passing LockGuard directly as parameters #34

Open BurtonQin opened 2 years ago

BurtonQin commented 2 years ago

This is the case for crate blocking and many other repos.