Some doc polish

This commit is contained in:
Olivier Goffart 2020-08-25 15:17:03 +02:00
parent 14fe897086
commit 697aa61a0c
3 changed files with 26 additions and 18 deletions

View file

@ -64,6 +64,7 @@ that `cbindgen` can see the actual vtable.
*/
#[doc(no_inline)]
pub use const_field_offset::*;
use core::marker::PhantomData;
use core::ops::{Deref, DerefMut, Drop};