PVF: Add missing crate descriptions (#7587)

This commit is contained in:
Marcin S
2023-08-08 09:51:40 -04:00
committed by GitHub
parent 0f90a667bd
commit ffb742310f
10 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
#![warn(missing_docs)]
//! A crate that implements the PVF validation host.
//! The PVF validation host. Responsible for coordinating preparation and execution of PVFs.
//!
//! For more background, refer to the Implementer's Guide: [PVF
//! Pre-checking](https://paritytech.github.io/polkadot/book/pvf-prechecking.html) and [Candidate