Skip to content

Commit 02fec6c

Browse files
Remove duplicated #[async_trait::async_trait] (loco-rs#1572)
1 parent d0da566 commit 02fec6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/storage/strategies/mirror.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ pub struct MirrorStrategy {
5252
/// delete, rename, copy) across multiple storage backends, with optional
5353
/// secondary storage support and customizable failure modes.
5454
#[async_trait::async_trait]
55-
#[async_trait::async_trait]
5655
impl StorageStrategy for MirrorStrategy {
5756
/// Uploads content to the primary and, if configured, secondary storage
5857
/// mirror.

0 commit comments

Comments
 (0)