mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 07:03:14 -04:00
Remove superflous #[cfg(test)]
This commit is contained in:
@@ -1350,7 +1350,6 @@ impl Context {
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
#[test]
|
||||
fn context_impl_send_sync() {
|
||||
fn assert_send_sync<T: Send + Sync>() {}
|
||||
|
||||
@@ -593,7 +593,6 @@ impl Areas {
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#[cfg(test)]
|
||||
#[test]
|
||||
fn memory_impl_send_sync() {
|
||||
fn assert_send_sync<T: Send + Sync>() {}
|
||||
|
||||
@@ -54,7 +54,6 @@ pub enum Shape {
|
||||
Callback(PaintCallback),
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
#[test]
|
||||
fn shape_impl_send_sync() {
|
||||
fn assert_send_sync<T: Send + Sync>() {}
|
||||
|
||||
Reference in New Issue
Block a user