Clippy
This commit is contained in:
parent
036e637208
commit
18739477f7
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ impl ModalLayer {
|
|||
}
|
||||
|
||||
impl Render for ModalLayer {
|
||||
fn render(&mut self, cx: &mut ViewContext<Self>) -> impl IntoElement {
|
||||
fn render(&mut self, _: &mut ViewContext<Self>) -> impl IntoElement {
|
||||
let Some(active_modal) = &self.active_modal else {
|
||||
return div();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue