Skip to content

Commit

Permalink
[Bugfix] Fix Broken Link in Struct Documentation (#1182)
Browse files Browse the repository at this point in the history
* Skip ::= fix broken link in documentation

* Create summary of recent changes

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
kevinmatthes and github-actions[bot] committed Feb 4, 2024
1 parent 22ff491 commit 00bb031
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(
references: {},
changes: {},
)
2 changes: 1 addition & 1 deletion src/application.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ impl Action {
///
/// # Errors
///
/// See [`crate::PatternIOProcessor::io`].
/// See [`sysexits::ExitCode`].
pub fn run(&self) -> Result<()> {
match self {
#[cfg(feature = "cff-create")]
Expand Down

0 comments on commit 00bb031

Please sign in to comment.