Add various basic docstrings

This commit is contained in:
Peter Limkilde Svendsen
2024-10-27 23:25:57 +01:00
parent 9ac0226c93
commit 06fec0b843
12 changed files with 29 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
//! Synchronization primitives.
// TODO: set this for entire crate when possible
#![deny(unsafe_op_in_unsafe_fn)]