Skip to content

Commit

Permalink
fix ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyProgrammist committed Dec 26, 2024
1 parent 08dd4ff commit 99c7e13
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions near-sdk/src/types/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/// with `#[handle_result]` has to implement this trait.
///
/// Example:
/// ```
/// use near_sdk::FunctionError;
/// ```ignore
/// use near_sdk::{FunctionError, near};
///
/// enum Error {
/// NotFound,
Expand All @@ -20,6 +20,10 @@
/// }
/// }
/// }
///
/// #[near(contract_state)]
/// #[derive(Default)]
/// pub struct Contract;
///
/// #[near]
/// impl Contract {
Expand Down

0 comments on commit 99c7e13

Please sign in to comment.