Try new approach to theming for Slider

This commit is contained in:
Héctor Ramón Jiménez 2024-03-04 03:57:03 +01:00
parent 1bb5a1b9a2
commit ce309db37b
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
5 changed files with 537 additions and 718 deletions

View file

@ -10,7 +10,7 @@
#![forbid(unsafe_code, rust_2018_idioms)]
#![deny(
unused_results,
missing_docs,
// missing_docs,
unused_results,
rustdoc::broken_intra_doc_links
)]