Skip to content

Commit 7c9f900

Browse files
committed
Merge branch 'release/v1.0.0'
2 parents 9fd452a + f69a16e commit 7c9f900

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ async fn main() {
8484
eprintln!("Server error: {}", err);
8585
}
8686
}
87-
```
87+
```
8888

8989
## Contributing
9090

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//!
55
//! # Examples
66
//!
7-
//! ```
7+
//! ```no_run
88
//! use hyper::{Body, Request, Response, Server, StatusCode};
99
//! use routerify::{Error, Router, RouterService};
1010
//! // Import `RequestMultipartExt` trait.

0 commit comments

Comments
 (0)