Auto merge of #28591 - servo:jdm-patch-51, r=jdm

Update rustc to latest nightly.

None
This commit is contained in:
bors-servo 2021-11-01 10:19:52 -04:00 committed by GitHub
commit 9693111c97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 33 additions and 28 deletions

View file

@ -249,7 +249,7 @@ pub unsafe extern "C" fn move_servo(servo: *mut ServoInstance, x: f32, y: f32) {
if (start - point).square_length() < DRAG_CUTOFF_SQUARED =>
{
return;
}
},
ScrollState::TriggerDown(start) => {
servo.scroll_state = ScrollState::TriggerDragging(start, point);
let _ = call(|s| s.mouse_move(x, y));