mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
Remove superflous #[cfg(test)]
This commit is contained in:
@@ -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>() {}
|
||||||
|
|||||||
Reference in New Issue
Block a user