Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ealmloff committed Feb 26, 2024
1 parent f539698 commit 277e467
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/src/scopes.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::{
any_props::BoxedAnyProps, nodes::RenderReturn, runtime::Runtime, scope_context::Scope,
};
use std::{cell::Ref, fmt::Debug, rc::Rc};
use std::{cell::Ref, rc::Rc};

/// A component's unique identifier.
///
Expand Down

0 comments on commit 277e467

Please sign in to comment.