We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd642e commit 1880d0eCopy full SHA for 1880d0e
src/main.rs
@@ -10,7 +10,6 @@ use fastly::{mime, Error, Request, Response};
10
/// make completely new requests, and/or generate synthetic responses.
11
///
12
/// If `main` returns an error, a 500 error response will be delivered to the client.
13
-
14
#[fastly::main]
15
fn main(req: Request) -> Result<Response, Error> {
16
// Log service version
0 commit comments