basic improvements to sp-runtime docs (#14583)

This commit is contained in:
Kian Paimani
2023-07-17 11:36:37 +02:00
committed by GitHub
parent d4ad997deb
commit 1a2d59b1af
2 changed files with 28 additions and 4 deletions
@@ -15,9 +15,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// tag::description[]
//! Generic implementations of Extrinsic/Header/Block.
// end::description[]
//! Generic implementations of [`crate::traits::Header`], [`crate::traits::Block`] and
//! [`crate::traits::Extrinsic`].
mod block;
mod checked_extrinsic;