Skip to content

Commit

Permalink
Deploying to gh-pages from @ vizia/vizia@46b8880 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
geom3trik committed Jan 15, 2024
1 parent 3522177 commit ecabbe2
Show file tree
Hide file tree
Showing 131 changed files with 294 additions and 225 deletions.
6 changes: 3 additions & 3 deletions search-index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/vizia_core/systems/style.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@
}

<span class="kw">fn </span>prev_sibling_element(<span class="kw-2">&amp;</span><span class="self">self</span>) -&gt; <span class="prelude-ty">Option</span>&lt;<span class="self">Self</span>&gt; {
<span class="self">self</span>.tree.get_prev_sibling(<span class="self">self</span>.entity).map(|parent| Node {
<span class="self">self</span>.tree.get_prev_layout_sibling(<span class="self">self</span>.entity).map(|parent| Node {
entity: parent,
store: <span class="self">self</span>.store,
tree: <span class="self">self</span>.tree,
Expand All @@ -715,7 +715,7 @@
}

<span class="kw">fn </span>next_sibling_element(<span class="kw-2">&amp;</span><span class="self">self</span>) -&gt; <span class="prelude-ty">Option</span>&lt;<span class="self">Self</span>&gt; {
<span class="self">self</span>.tree.get_next_sibling(<span class="self">self</span>.entity).map(|parent| Node {
<span class="self">self</span>.tree.get_next_layout_sibling(<span class="self">self</span>.entity).map(|parent| Node {
entity: parent,
store: <span class="self">self</span>.store,
tree: <span class="self">self</span>.tree,
Expand Down
2 changes: 1 addition & 1 deletion trait.impl/bitflags/traits/trait.Flags.js

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

2 changes: 1 addition & 1 deletion trait.impl/bitflags/traits/trait.PublicFlags.js

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

2 changes: 1 addition & 1 deletion trait.impl/core/clone/trait.Clone.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion trait.impl/core/cmp/trait.Eq.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion trait.impl/core/cmp/trait.PartialEq.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions trait.impl/core/convert/trait.From.js

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

Loading

0 comments on commit ecabbe2

Please sign in to comment.