Better handling of error in inherents logic. (#14521)

* impl

* trigger CI

* Revert "trigger CI"

This reverts commit 9426361416cb051b0507576b010efbc1a6ac65b7.

* Fix

* fix

* fix

* fix
This commit is contained in:
Guillaume Yu Thiolliere
2023-07-10 16:39:37 +09:00
committed by GitHub
parent 6d2c1ed719
commit 4674aeda07
2 changed files with 40 additions and 6 deletions
+6
View File
@@ -1521,6 +1521,12 @@ pub mod tests {
}
}
/// Private module re-exporting items used by frame support macros.
#[doc(hidden)]
pub mod _private {
pub use sp_inherents;
}
/// Prelude to be used for pallet testing, for ease of use.
#[cfg(feature = "std")]
pub mod testing_prelude {