diff --git a/changelog.d/20240204_204743_GitHub_Actions_broken-links-io-method.ron b/changelog.d/20240204_204743_GitHub_Actions_broken-links-io-method.ron new file mode 100644 index 00000000..81a62feb --- /dev/null +++ b/changelog.d/20240204_204743_GitHub_Actions_broken-links-io-method.ron @@ -0,0 +1,4 @@ +( + references: {}, + changes: {}, +) diff --git a/src/application.rs b/src/application.rs index 4648b0eb..12f6500a 100644 --- a/src/application.rs +++ b/src/application.rs @@ -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")]