We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554bee4 commit de59c59Copy full SHA for de59c59
src/tasks/block/mod.rs
@@ -1,8 +1,8 @@
1
-//! block holds the tasks responsible for block environment configuration,
+//! block holds the tasks responsible for block environment configuration,
2
//! preparation, and simulation.
3
4
/// Block simulation task for building blocks.
5
pub mod sim;
6
7
/// Block environment configuration for the builder.
8
-pub mod cfg;
+pub mod cfg;
0 commit comments