This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -1315,9 +1315,6 @@ pub(crate) mod builtin {
13151315
13161316 /// Parses a file as an expression or an item according to the context.
13171317 ///
1318- /// <div class="example-wrap" style="display:inline-block">
1319- /// <pre class="compile_fail" style="white-space:normal;font:inherit;">
1320- ///
13211318 /// **Warning**: For multi-file Rust projects, the `include!` macro is probably not what you
13221319 /// are looking for. Usually, multi-file Rust projects use
13231320 /// [modules](https://doc.rust-lang.org/reference/items/modules.html). Multi-file projects and
@@ -1326,9 +1323,6 @@ pub(crate) mod builtin {
13261323 /// explained in the Rust Book
13271324 /// [here](https://doc.rust-lang.org/book/ch07-02-defining-modules-to-control-scope-and-privacy.html).
13281325 ///
1329- /// </pre>
1330- /// </div>
1331- ///
13321326 /// The included file is placed in the surrounding code
13331327 /// [unhygienically](https://doc.rust-lang.org/reference/macros-by-example.html#hygiene). If
13341328 /// the included file is parsed as an expression and variables or functions share names across
You can’t perform that action at this time.
0 commit comments