Skip to content

Commit

Permalink
[#2] Fix doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
kodemartin committed Jul 16, 2021
1 parent 9913654 commit 70c5dcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/error.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
//! Runtime errors for the [`rustpostal`] crate.
//! Runtime errors for the [`rustpostal`](`crate`) crate.
use std::error;
use std::ffi::NulError;
use std::fmt;

/// An error indicating failure in setting up required `libpostal` resources.
/// Returned by [`setup`](`LibModules.setup`) method on [`LibModules`].
/// Returned by [`setup`](`crate::LibModules::setup`) method on [`LibModules`](`crate::LibModules`).
#[derive(Debug, Clone)]
pub struct SetupError;

Expand Down

0 comments on commit 70c5dcd

Please sign in to comment.