Skip to content

Proper errors from the parser. #2012

Proper errors from the parser.

Proper errors from the parser. #2012

Triggered via push October 3, 2024 14:33
Status Success
Total duration 3m 10s
Artifacts

rust.yml

on: push
Matrix: All Tests
Matrix: Test on MacOS
Matrix: Old rust
Matrix: Test on Windows
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Clippy: rsass/src/sass/functions/color/other.rs#L68
manual `!RangeInclusive::contains` implementation
Clippy: rsass/src/value/colors/hsla.rs#L29
clamp-like pattern without using clamp function
Clippy: rsass/src/value/colors/hwba.rs#L25
the use of negated comparison operators on partially ordered types produces code that is hard to read and refactor, please consider using the `partial_cmp` method instead, to make it clear that the two values could be incomparable
Clippy: rsass/src/variablescope.rs#L523
this manual char comparison can be written more succinctly