Skip to content

Commit

Permalink
ignore some abi example
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn committed Jan 30, 2025
1 parent 45673ed commit 92a9fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion near-sdk-macros/src/core_impl/abi/abi_generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ impl ImplItemMethodInfo {
/// #}
/// ```
/// will produce this struct:
/// ```rust
/// ```ignore
/// near_sdk::__private::AbiFunction {
/// name: "f3".to_string(),
/// doc: Some(" I am a function.".to_string()),
Expand Down

0 comments on commit 92a9fab

Please sign in to comment.