File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -359,8 +359,8 @@ pub mod issue23 {
359
359
// https://github.com/dtolnay/async-trait/issues/25
360
360
#[ cfg( async_trait_nightly_testing) ]
361
361
pub mod issue25 {
362
- use crate :: executor;
363
362
use super :: async_trait;
363
+ use crate :: executor;
364
364
use std:: fmt:: { Display , Write } ;
365
365
366
366
#[ async_trait]
@@ -503,8 +503,8 @@ pub mod issue44 {
503
503
504
504
// https://github.com/dtolnay/async-trait/issues/45
505
505
pub mod issue45 {
506
- use crate :: executor;
507
506
use super :: async_trait;
507
+ use crate :: executor;
508
508
use std:: fmt:: Debug ;
509
509
use std:: sync:: atomic:: { AtomicU64 , Ordering } ;
510
510
use std:: sync:: { Arc , Mutex } ;
@@ -716,8 +716,8 @@ pub mod issue53 {
716
716
// https://github.com/dtolnay/async-trait/issues/57
717
717
#[ cfg( async_trait_nightly_testing) ]
718
718
pub mod issue57 {
719
- use crate :: executor;
720
719
use super :: async_trait;
720
+ use crate :: executor;
721
721
722
722
#[ async_trait]
723
723
trait Trait {
@@ -1159,8 +1159,8 @@ pub mod issue134 {
1159
1159
1160
1160
// https://github.com/dtolnay/async-trait/pull/125#pullrequestreview-491880881
1161
1161
pub mod drop_order {
1162
- use crate :: executor;
1163
1162
use super :: async_trait;
1163
+ use crate :: executor;
1164
1164
use std:: sync:: atomic:: { AtomicBool , Ordering } ;
1165
1165
1166
1166
struct Flagger < ' a > ( & ' a AtomicBool ) ;
You can’t perform that action at this time.
0 commit comments