File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -294,7 +294,6 @@ where
294294
295295#[ cfg( test) ]
296296mod tests {
297- // TODO: is it possible with static_assertions?
298297 fn assert_send < T : Send > ( ) { }
299298 #[ allow( dead_code) ]
300299 fn check < X : Send + std:: fmt:: Debug + Clone > ( ) {
Original file line number Diff line number Diff line change @@ -493,7 +493,6 @@ impl Drop for AimDbHandle {
493493
494494#[ cfg( test) ]
495495mod tests {
496- // TODO: is it possible with static_assertions?
497496 fn assert_send < T : Send > ( ) { }
498497 fn assert_sync < T : Sync > ( ) { }
499498 #[ allow( dead_code) ]
Original file line number Diff line number Diff line change @@ -217,7 +217,6 @@ fn unix_now_ms() -> u64 {
217217
218218#[ cfg( test) ]
219219mod tests {
220- // TODO: is it possible with static_assertions?
221220 fn assert_send < T : Send > ( ) { }
222221 fn assert_sync < T : Sync > ( ) { }
223222 #[ allow( dead_code) ]
You can’t perform that action at this time.
0 commit comments