Skip to content

Commit

Permalink
chore: merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gbj committed Feb 25, 2025
1 parent 0a29071 commit f649511
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 17 deletions.
10 changes: 2 additions & 8 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion meta/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ where
&mut Position::NextChild,
false,
false,
vec![],
);
_ = cx.elements.send(buf); // fails only if the receiver is already dropped
} else {
Expand Down Expand Up @@ -469,7 +470,7 @@ where

fn into_owned(self) -> Self::Owned {
RegisteredMetaTag {
el: self.el.map(|inner| inner.into_owned()),
el: self.el.into_owned(),
}
}
}
Expand Down
4 changes: 1 addition & 3 deletions tachys/src/view/either.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ use super::{
Render, RenderHtml,
};
use crate::{
html::attribute::{any_attribute::Any{Attribute, Attribute},
NextAttribute},
html::attribute::{any_attribute::AnyAttribute, Attribute, NextAttribute},
hydration::Cursor,

ssr::StreamBuilder,
};
use either_of::*;
Expand Down
5 changes: 0 additions & 5 deletions tachys/src/view/static_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,10 @@ use super::{
use crate::{
html::attribute::{
any_attribute::AnyAttribute,
maybe_next_attr_erasure_macros::{
next_attr_combine, next_attr_output_type,
},

maybe_next_attr_erasure_macros::{
next_attr_combine, next_attr_output_type,
},
Attribute, AttributeKey, AttributeValue, NextAttribute,
,
},
hydration::Cursor,
renderer::{CastFrom, Rndr},
Expand Down

0 comments on commit f649511

Please sign in to comment.