Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

demo: Cleanup warnings #189

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

demo: Cleanup warnings #189

wants to merge 1 commit into from

Conversation

C47D
Copy link
Collaborator

@C47D C47D commented Jan 10, 2025

Fixes some unused warnings on the demo.rs file.

@C47D C47D requested a review from AlixANNERAUD January 15, 2025 06:53
@@ -60,11 +60,11 @@ fn main() -> Result<(), LvError> {
let mut bt = Label::from("#5794f2 \u{F293}#");
bt.set_width(50);
bt.set_height(80);
bt.set_recolor(true);
let _ = bt.set_recolor(true);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the type of data return ? Result<,> ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants