Skip to content

Commit

Permalink
Fix doc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Aug 21, 2024
1 parent 10576fe commit 84195ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/b-x/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::{error::Error as StdError, fmt};
///
/// It has `From` implementations for some libstd error types,
/// you can derive `From<E>` for your own error types
/// with [impl_from!]
/// with [make_bxable!]
pub struct BX(Box<dyn StdError>);

/// A type alias where `E` defaults to `BX`.
Expand Down

0 comments on commit 84195ba

Please sign in to comment.