Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
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
add "doc only" to coment
Co-authored-by: Bastian Köcher <[email protected]>
  • Loading branch information
sam0x17 and bkchr authored Mar 15, 2023
commit 70dd55061b4a9bd8890859906b0afcc25dc53db2
2 changes: 1 addition & 1 deletion frame/support/procedural/src/pallet/expand/doc_only.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pub fn expand_doc_only(def: &mut Def) -> proc_macro2::TokenStream {
///
/// ---
///
/// NOTE: This function is an automatically generated, uncallable stub
/// NOTE: This function is an automatically generated, doc only, uncallable stub.
#[ doc = #line_2 ]
/// the pallet [`Call`](`crate::Call`) enum. You should not attempt to
/// call this function directly.
Expand Down