mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
Add a test for #2569
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// rustfmt-imports_indent: Block
|
||||
|
||||
// #2569
|
||||
use apns2::request::notification::{Notificatio, NotificationBuilder, Priority, SilentNotificationBuilder};
|
||||
@@ -0,0 +1,6 @@
|
||||
// rustfmt-imports_indent: Block
|
||||
|
||||
// #2569
|
||||
use apns2::request::notification::{
|
||||
Notificatio, NotificationBuilder, Priority, SilentNotificationBuilder,
|
||||
};
|
||||
Reference in New Issue
Block a user