You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning: use of deprecated method `winit::event_loop::EventLoop::<T>::run`: use `EventLoop::run_app` instead
--> rayon-demo/src/nbody/visualize.rs:137:10
|
137 | .run(move |event, target| match event {
| ^^^
|
= note: `#[warn(deprecated)]` on by default
The text was updated successfully, but these errors were encountered:
Since #1191, we have this warning:
The text was updated successfully, but these errors were encountered: