Proper errors from the parser. (#201) #2022
Annotations
4 warnings
Run cargo clippy --all-features:
rsass/src/sass/functions/color/other.rs#L68
manual `!RangeInclusive::contains` implementation
|
Run cargo clippy --all-features:
rsass/src/value/colors/hsla.rs#L29
clamp-like pattern without using clamp function
|
Run cargo clippy --all-features:
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
|
Run cargo clippy --all-features:
rsass/src/variablescope.rs#L523
this manual char comparison can be written more succinctly
|
Loading