Skip to content

Commit f7b7d5f

Browse files
committedMar 5, 2023
chore: allow unused_must_use
1 parent 9a616f6 commit f7b7d5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎examples/hello.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(unused_must_use)]
2+
13
use std::{convert::Infallible, future::Future, pin::Pin, sync::Arc};
24

35
use hyper::{

0 commit comments

Comments
 (0)