rustc_driver: Fix incorrect comment

This commit is contained in:
Richo Healey 2015-06-26 10:32:27 -07:00
parent 8fa2185e0b
commit ba7b47eb55

View File

@ -481,8 +481,7 @@ pub fn commit_date_str() -> Option<&'static str> {
option_env!("CFG_VER_DATE")
}
/// Prints version information and returns None on success or an error
/// message on panic.
/// Prints version information
pub fn version(binary: &str, matches: &getopts::Matches) {
let verbose = matches.opt_present("verbose");