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 2731281 commit f8e22ccCopy full SHA for f8e22cc
src/api/test_examples.rs
@@ -174,7 +174,7 @@ impl TestExamplesOutput {
174
} else {
175
let redirection_loop = RedirectionLoop::from_example(router, max_hops, example);
176
177
- if redirection_loop.has_error_too_many_hops() || redirection_loop.has_error_loop(){
+ if redirection_loop.has_error_too_many_hops() || redirection_loop.has_error_loop() {
178
results.add_failed_example(
179
route.handler(),
180
example.clone(),
0 commit comments