Remove superflous #[cfg(test)]
This commit is contained in:
parent
1af446b9e8
commit
53249d36df
3 changed files with 0 additions and 3 deletions
|
@ -1350,7 +1350,6 @@ impl Context {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(test)]
|
|
||||||
#[test]
|
#[test]
|
||||||
fn context_impl_send_sync() {
|
fn context_impl_send_sync() {
|
||||||
fn assert_send_sync<T: Send + Sync>() {}
|
fn assert_send_sync<T: Send + Sync>() {}
|
||||||
|
|
|
@ -593,7 +593,6 @@ impl Areas {
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
#[cfg(test)]
|
|
||||||
#[test]
|
#[test]
|
||||||
fn memory_impl_send_sync() {
|
fn memory_impl_send_sync() {
|
||||||
fn assert_send_sync<T: Send + Sync>() {}
|
fn assert_send_sync<T: Send + Sync>() {}
|
||||||
|
|
|
@ -54,7 +54,6 @@ pub enum Shape {
|
||||||
Callback(PaintCallback),
|
Callback(PaintCallback),
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(test)]
|
|
||||||
#[test]
|
#[test]
|
||||||
fn shape_impl_send_sync() {
|
fn shape_impl_send_sync() {
|
||||||
fn assert_send_sync<T: Send + Sync>() {}
|
fn assert_send_sync<T: Send + Sync>() {}
|
||||||
|
|
Loading…
Reference in a new issue