Skip to content

Commit

Permalink
Docs: Fix compilation due to ambiguous reference
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMcFelix authored Apr 9, 2023
1 parent 752cae7 commit e5d3feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ impl StdError for Error {

/// An error returned from the [`dca`] method.
///
/// [`dca`]: crate::input::dca
/// [`dca`]: crate::input::dca()
#[derive(Debug)]
#[non_exhaustive]
pub enum DcaError {
Expand Down

0 comments on commit e5d3feb

Please sign in to comment.