Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` warning: conversion to radians can be done more accurately --> src/collada/scene.rs:137:33 | 137 | let angle = f[3] * std::f32::consts::PI / 180.; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using: `f[3].to_radians()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suboptimal_flops ```
- Loading branch information