mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-27 12:29:41 +00:00
![]() This disabled about 70 clippy warnings like this one: ``` warning: redundant clone --> target\debug\build\energy-monitor-7b0492feb1633656\out\desktop_window.rs:44279:37 | 44279 | (if (((r#state . clone ()) . r#previous_state as f64) == (1f64 as f64)) { | ^^^^^^^^^^^ help: remove this | note: cloned value is neither consumed nor mutated --> target\debug\build\energy-monitor-7b0492feb1633656\out\desktop_window.rs:44279:28 | 44279 | (if (((r#state . clone ()) . r#previous_state as f64) == (1f64 as f64)) { | ^^^^^^^^^^^^^^^^^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_clone ``` |
||
---|---|---|
.. | ||
generator | ||
LICENSES | ||
llr | ||
parser | ||
parser-test-macro | ||
passes | ||
tests | ||
widgets | ||
build.rs | ||
builtin_macros.rs | ||
builtins.slint | ||
Cargo.toml | ||
diagnostics.rs | ||
embedded_resources.rs | ||
expression_tree.rs | ||
fileaccess.rs | ||
generator.rs | ||
langtype.rs | ||
layout.rs | ||
lexer.rs | ||
lib.rs | ||
literals.rs | ||
llr.rs | ||
load_builtins.rs | ||
lookup.rs | ||
namedreference.rs | ||
object_tree.rs | ||
parser.rs | ||
passes.rs | ||
README.md | ||
typeloader.rs | ||
typeregister.rs |
The Slint Compiler Library
NOTE: This library is an internal crate of the Slint project.
This crate should not be used directly by applications using Slint.
You should use the slint
crate instead.
WARNING: This crate does not follow the semver convention for versioning and can
only be used with version = "=x.y.z"
in Cargo.toml.