All numbers are f64. #2030
rust.yml
on: push
Matrix: All Tests
Matrix: Test on MacOS
Matrix: Old rust
Matrix: Test on Windows
Annotations
6 warnings
Clippy:
rsass/src/value/number.rs#L32
manual implementation of an assign operation
|
Clippy:
rsass/src/value/number.rs#L40
needlessly taken reference of both operands
|
Clippy:
rsass/src/value/number.rs#L158
useless conversion to the same type: `f64`
|
Clippy:
rsass/src/value/number.rs#L205
needlessly taken reference of both operands
|
Clippy:
rsass/src/value/number.rs#L220
using `clone` on type `f64` which implements the `Copy` trait
|
Clippy:
rsass/src/value/number.rs#L235
needlessly taken reference of both operands
|