diff --git a/src/lib.rs b/src/lib.rs index f1e0c7e..42b07fe 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -551,7 +551,10 @@ impl std::convert::AsRef<[u8]> for OkId { /// A type that represents a path that is safe to use in a URL. #[repr(transparent)] -pub struct PathSafe(OkId); +pub struct PathSafe( + /// Innder okdi + pub OkId +); impl From for PathSafe { fn from(okid: OkId) -> Self {