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 ef37654 commit b801758Copy full SHA for b801758
1 file changed
tests/sync_help.rs
@@ -40,7 +40,7 @@ check!(long: render_long_help => "../exports/long.help");
40
check!(short: render_help => "../exports/short.help");
41
42
#[test]
43
-fn usage_md_is_up_to_date() {
+fn usage_md() {
44
let actual = render_usage_md();
45
let expected = include_str!("../USAGE.md");
46
assert!(
0 commit comments