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
Running cargo doc --target=aarch64-linux-android in winit fails to build because we haven't selected an activity.
That is strange though because there's already a && not(doc) there, to not panic if no activity is selected (but I guess it doesn't compile thereafter regardless, and we need to select a default?):
Running
cargo doc --target=aarch64-linux-android
inwinit
fails to build because we haven't selected an activity.It would be nice if that wasn't the case, e.g. the library compiled in
#[cfg(doc)]
successfully without selecting an activity.(I think this is also why currently,
winit
doesn't display any platform-specific documentation for Android on docs.rs).The text was updated successfully, but these errors were encountered: