Fix error: docs for unsafe trait missing # Safety section

This commit is contained in:
gwenn 2021-10-21 19:50:03 +02:00
parent 99aded446d
commit b1257cdb79

View File

@ -520,6 +520,8 @@ impl OrderBy<'_> {
/// Virtual table cursor trait. /// Virtual table cursor trait.
/// ///
/// # Safety
///
/// Implementations must be like: /// Implementations must be like:
/// ```rust,ignore /// ```rust,ignore
/// #[repr(C)] /// #[repr(C)]