Skip to content

Commit

Permalink
make clippy happy (#81)
Browse files Browse the repository at this point in the history
fix incorrect markdown indentation

Signed-off-by: Jay <[email protected]>
  • Loading branch information
BusyJay authored Aug 17, 2024
1 parent 04c97a2 commit b6d5834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -654,8 +654,8 @@ pub fn eval<R, F: FnOnce(Option<String>) -> R>(name: &str, f: F) -> Option<R> {
/// times the action can be triggered. The supported values of `task` are:
///
/// - `off`, the fail point will do nothing.
/// - `return(arg)`, return early when the fail point is triggered. `arg` is passed to `$e` (
/// defined via the `fail_point!` macro) as a string.
/// - `return(arg)`, return early when the fail point is triggered. `arg` is passed to `$e`
/// (defined via the `fail_point!` macro) as a string.
/// - `sleep(milliseconds)`, sleep for the specified time.
/// - `panic(msg)`, panic with the message.
/// - `print(msg)`, log the message, using the `log` crate, at the `info` level.
Expand Down

0 comments on commit b6d5834

Please sign in to comment.