We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11eb65 commit ba5d54aCopy full SHA for ba5d54a
src/lib.rs
@@ -77,7 +77,7 @@
77
//! opts.optflag("h", "help", "print this help menu");
78
//! let matches = match opts.parse(&args[1..]) {
79
//! Ok(m) => { m }
80
-//! Err(f) => { panic!(f.to_string()) }
+//! Err(f) => { panic!("{}", f.to_string()) }
81
//! };
82
//! if matches.opt_present("h") {
83
//! print_usage(&program, opts);
0 commit comments