Skip to content

Commit ba7b47e

Browse files
committed
rustc_driver: Fix incorrect comment
1 parent 8fa2185 commit ba7b47e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/librustc_driver/lib.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,7 @@ pub fn commit_date_str() -> Option<&'static str> {
481481
option_env!("CFG_VER_DATE")
482482
}
483483

484-
/// Prints version information and returns None on success or an error
485-
/// message on panic.
484+
/// Prints version information
486485
pub fn version(binary: &str, matches: &getopts::Matches) {
487486
let verbose = matches.opt_present("verbose");
488487

0 commit comments

Comments
 (0)