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.
2 parents c11eb65 + ba5d54a commit 8e64f97Copy full SHA for 8e64f97
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