Skip to content

Commit 6c6359f

Browse files
committed
Update with master
1 parent 6a91bb0 commit 6c6359f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ impl conduit::Request for MockRequest {
9494
Version::parse("0.1.0").unwrap()
9595
}
9696

97-
fn method(&self) -> Method { self.method }
97+
fn method(&self) -> Method { self.method.clone() }
9898
fn scheme(&self) -> Scheme { Scheme::Http }
9999
fn host(&self) -> Host { Host::Name("example.com") }
100100
fn virtual_root(&self) -> Option<&str> { None }

0 commit comments

Comments
 (0)