Skip to content

Add #[must_use] attribute to mutex guards / stream lock

It's usually a mistake if creating one of these and immediately dropping them again as that would immediately unlock the mutex again.

Merge request reports