Skip to content

Commit cf95d20

Browse files
jyn514Joshua Nelson
authored andcommitted
Fix compile error due to lack of @bors
1 parent bfef8df commit cf95d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/rustdoc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ pub fn rustdoc_html_server_handler(req: &mut Request) -> IronResult<Response> {
371371
&version,
372372
err
373373
);
374-
IronError::new(Nope::InternalServerError, status::InternalServerError)
374+
Nope::InternalServerError
375375
})?
376376
.is_prerelease();
377377

0 commit comments

Comments
 (0)