Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixes grumbles
  • Loading branch information
bkchr committed Nov 13, 2018
commit 302b8ff2829c4f2de55559d98bdf344918abe512
2 changes: 1 addition & 1 deletion core/client/src/block_builder/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
//! Utility struct to build a block.

#[cfg(feature = "std")]
mod block_builder;
mod block_builder;
#[cfg(feature = "std")]
pub use self::block_builder::*;
pub mod api;
2 changes: 1 addition & 1 deletion core/client/src/runtime_api/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with Substrate. If not, see <http://www.gnu.org/licenses/>.

//! Macros for declaring and implementing the runtime API's.
//! Macros for declaring and implementing the runtime APIs.

/// Declare the given API traits.
///
Expand Down