about summary refs log tree commit diff
path: root/src/libtest/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libtest/cli.rs')
-rw-r--r--src/libtest/cli.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtest/cli.rs b/src/libtest/cli.rs
index f95d5aad18a..a34426305be 100644
--- a/src/libtest/cli.rs
+++ b/src/libtest/cli.rs
@@ -149,7 +149,7 @@ fn optgroups() -> getopts::Options {
             `CRITICAL_TIME` here means the limit that should not be exceeded by test.
             "
         );
-    return opts;
+    opts
 }
 
 fn usage(binary: &str, options: &getopts::Options) {