Skip to content

Commit 33a71f1

Browse files
committed
Touch up PR 136
1 parent f6a67f9 commit 33a71f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@ pub mod issue134 {
10591059

10601060
#[async_trait]
10611061
trait TestTrait {
1062-
async fn run<const DUMMY: bool>(self) -> ()
1062+
async fn run<const DUMMY: bool>(self)
10631063
where
10641064
Self: Sized,
10651065
{
@@ -1070,7 +1070,7 @@ pub mod issue134 {
10701070

10711071
#[async_trait]
10721072
impl TestTrait for TestStruct {
1073-
async fn run<const DUMMY: bool>(self) -> ()
1073+
async fn run<const DUMMY: bool>(self)
10741074
where
10751075
Self: Sized,
10761076
{

0 commit comments

Comments
 (0)