mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Remove warnings about unnecessary mutability.
This commit is contained in:
parent
ec12b7665b
commit
fc67878edf
7 changed files with 9 additions and 13 deletions
|
@ -39,7 +39,7 @@ impl VRFrameData {
|
|||
0.0, 0.0, 0.0, 1.0f32];
|
||||
let pose = VRPose::new(&global, &Default::default());
|
||||
|
||||
let mut framedata = VRFrameData {
|
||||
let framedata = VRFrameData {
|
||||
reflector_: Reflector::new(),
|
||||
left_proj: Heap::default(),
|
||||
left_view: Heap::default(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue