Skip to content

Commit c687941

Browse files
authored
tokio-util: reflow comment
1 parent 10c4d32 commit c687941

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

tokio-util/src/sync/tests/loom_cancellation_token.rs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ fn drop_token_no_child() {
100100
});
101101
}
102102

103-
// Temporarily disabled due to a false positive in loom - see https://github.com/tokio-rs/tokio/pull/7644#issuecomment-3328381344
104-
#[ignore]
103+
// Temporarily disabled due to a false positive in loom -
104+
// see https://github.com/tokio-rs/tokio/pull/7644#issuecomment-3328381344#[ignore]
105105
#[test]
106106
fn drop_token_with_children() {
107107
loom::model(|| {
@@ -127,8 +127,8 @@ fn drop_token_with_children() {
127127
});
128128
}
129129

130-
// Temporarily disabled due to a false positive in loom - see https://github.com/tokio-rs/tokio/pull/7644#issuecomment-3328381344
131-
#[ignore]
130+
// Temporarily disabled due to a false positive in loom -
131+
// see https://github.com/tokio-rs/tokio/pull/7644#issuecomment-3328381344#[ignore]
132132
#[test]
133133
fn drop_and_cancel_token() {
134134
loom::model(|| {
@@ -154,7 +154,8 @@ fn drop_and_cancel_token() {
154154
});
155155
}
156156

157-
// Temporarily disabled due to a false positive in loom - see https://github.com/tokio-rs/tokio/pull/7644#issuecomment-3328381344
157+
// Temporarily disabled due to a false positive in loom -
158+
// see https://github.com/tokio-rs/tokio/pull/7644#issuecomment-3328381344
158159
#[ignore]
159160
#[test]
160161
fn cancel_parent_and_child() {

0 commit comments

Comments
 (0)