]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/config.rs
fix some typos in comments
[rust.git] / src / librustdoc / config.rs
index 9c08eac4edcb0140f000dbb8b1ee93f0e270aaaf..789dd398be50d7298da6dd2bdbfae5e9df742142 100644 (file)
@@ -326,7 +326,7 @@ pub(crate) fn from_matches(
             crate::usage("rustdoc");
             return Err(0);
         } else if matches.opt_present("version") {
-            rustc_driver::version("rustdoc", matches);
+            rustc_driver::version!("rustdoc", matches);
             return Err(0);
         }