We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e45bf commit 43cb7d0Copy full SHA for 43cb7d0
src/tools/rustbook/src/main.rs
@@ -108,7 +108,7 @@ pub fn linkcheck(args: &ArgMatches<'_>) -> Result<(), Error> {
108
}
109
110
#[cfg(not(all(target_arch = "x86_64", target_os = "linux")))]
111
-pub fn linkcheck(args: &ArgMatches<'_>) -> Result<(), Error> {
+pub fn linkcheck(_args: &ArgMatches<'_>) -> Result<(), Error> {
112
bail!("mdbook-linkcheck only works on x86_64 linux targets.");
113
114
0 commit comments