Fixed all documentation errors.

Renamed some errors to their function's name.
This commit is contained in:
2021-04-10 05:41:58 +01:00
parent 64aacedaf6
commit 991fa6ecce
20 changed files with 42 additions and 38 deletions

View File

@@ -1,4 +1,5 @@
//! Derive macros for [`Bytes`](dcb_bytes::Bytes)
//! Derive macros for `Bytes`
// TODO: Check why we can't link to `Bytes` here?
// Imports
use quote::ToTokens;