Skip to content

Commit

Permalink
deploy: 301d609
Browse files Browse the repository at this point in the history
  • Loading branch information
chinedufn committed Jun 3, 2024
1 parent 2f83a49 commit 6ca4d99
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions contributing/router/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ <h1 id="router"><a class="header" href="#router">Router</a></h1>
.view(&quot;/users/10/favorite-meal/breakfast&quot;)
.unwrap()
.to_string(),
// TODO: Requires proc macro APIs that are currently unstable - https://github.com/rust-lang/rust/issues/54725
// &quot;&lt;div&gt; User 10 loves Breakfast &lt;/div&gt;&quot;
// TODO: Requires proc macro APIs that are currently unstable - https://github.com/rust-lang/rust/issues/54725
// &quot;&lt;div&gt; User 10 loves Breakfast &lt;/div&gt;&quot;
&quot;&lt;div&gt;User10lovesBreakfast&lt;/div&gt;&quot;
);
}
Expand Down
4 changes: 2 additions & 2 deletions contributing/router/macro/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ <h2 id="generated-code"><a class="header" href="#generated-code">Generated Code<
.view(&quot;/users/10/favorite-meal/breakfast&quot;)
.unwrap()
.to_string(),
// TODO: Requires proc macro APIs that are currently unstable - https://github.com/rust-lang/rust/issues/54725
// &quot;&lt;div&gt; User 10 loves Breakfast &lt;/div&gt;&quot;
// TODO: Requires proc macro APIs that are currently unstable - https://github.com/rust-lang/rust/issues/54725
// &quot;&lt;div&gt; User 10 loves Breakfast &lt;/div&gt;&quot;
&quot;&lt;div&gt;User10lovesBreakfast&lt;/div&gt;&quot;
);
}
Expand Down
16 changes: 8 additions & 8 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -980,8 +980,8 @@ <h2 id="hydrating-initial-state"><a class="header" href="#hydrating-initial-stat
.view(&quot;/users/10/favorite-meal/breakfast&quot;)
.unwrap()
.to_string(),
// TODO: Requires proc macro APIs that are currently unstable - https://github.com/rust-lang/rust/issues/54725
// &quot;&lt;div&gt; User 10 loves Breakfast &lt;/div&gt;&quot;
// TODO: Requires proc macro APIs that are currently unstable - https://github.com/rust-lang/rust/issues/54725
// &quot;&lt;div&gt; User 10 loves Breakfast &lt;/div&gt;&quot;
&quot;&lt;div&gt;User10lovesBreakfast&lt;/div&gt;&quot;
);
}
Expand Down Expand Up @@ -1056,8 +1056,8 @@ <h2 id="hydrating-initial-state"><a class="header" href="#hydrating-initial-stat
.view(&quot;/users/10/favorite-meal/breakfast&quot;)
.unwrap()
.to_string(),
// TODO: Requires proc macro APIs that are currently unstable - https://github.com/rust-lang/rust/issues/54725
// &quot;&lt;div&gt; User 10 loves Breakfast &lt;/div&gt;&quot;
// TODO: Requires proc macro APIs that are currently unstable - https://github.com/rust-lang/rust/issues/54725
// &quot;&lt;div&gt; User 10 loves Breakfast &lt;/div&gt;&quot;
&quot;&lt;div&gt;User10lovesBreakfast&lt;/div&gt;&quot;
);
}
Expand Down Expand Up @@ -2065,8 +2065,8 @@ <h2 id="per-node-events"><a class="header" href="#per-node-events">Per-node Even
.view(&quot;/users/10/favorite-meal/breakfast&quot;)
.unwrap()
.to_string(),
// TODO: Requires proc macro APIs that are currently unstable - https://github.com/rust-lang/rust/issues/54725
// &quot;&lt;div&gt; User 10 loves Breakfast &lt;/div&gt;&quot;
// TODO: Requires proc macro APIs that are currently unstable - https://github.com/rust-lang/rust/issues/54725
// &quot;&lt;div&gt; User 10 loves Breakfast &lt;/div&gt;&quot;
&quot;&lt;div&gt;User10lovesBreakfast&lt;/div&gt;&quot;
);
}
Expand Down Expand Up @@ -2146,8 +2146,8 @@ <h2 id="generated-code"><a class="header" href="#generated-code">Generated Code<
.view(&quot;/users/10/favorite-meal/breakfast&quot;)
.unwrap()
.to_string(),
// TODO: Requires proc macro APIs that are currently unstable - https://github.com/rust-lang/rust/issues/54725
// &quot;&lt;div&gt; User 10 loves Breakfast &lt;/div&gt;&quot;
// TODO: Requires proc macro APIs that are currently unstable - https://github.com/rust-lang/rust/issues/54725
// &quot;&lt;div&gt; User 10 loves Breakfast &lt;/div&gt;&quot;
&quot;&lt;div&gt;User10lovesBreakfast&lt;/div&gt;&quot;
);
}
Expand Down
4 changes: 2 additions & 2 deletions router/type-safe-url-param/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ <h1 id="type-safe-url-params"><a class="header" href="#type-safe-url-params">Typ
.view(&quot;/users/10/favorite-meal/breakfast&quot;)
.unwrap()
.to_string(),
// TODO: Requires proc macro APIs that are currently unstable - https://github.com/rust-lang/rust/issues/54725
// &quot;&lt;div&gt; User 10 loves Breakfast &lt;/div&gt;&quot;
// TODO: Requires proc macro APIs that are currently unstable - https://github.com/rust-lang/rust/issues/54725
// &quot;&lt;div&gt; User 10 loves Breakfast &lt;/div&gt;&quot;
&quot;&lt;div&gt;User10lovesBreakfast&lt;/div&gt;&quot;
);
}
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 6ca4d99

Please sign in to comment.