Skip to content

Commit 1880d0e

Browse files
committed
Make Clippy happy.
1 parent 8cd642e commit 1880d0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.rs

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ use fastly::{mime, Error, Request, Response};
1010
/// make completely new requests, and/or generate synthetic responses.
1111
///
1212
/// If `main` returns an error, a 500 error response will be delivered to the client.
13-
1413
#[fastly::main]
1514
fn main(req: Request) -> Result<Response, Error> {
1615
// Log service version

0 commit comments

Comments
 (0)