File tree 1 file changed +0
-6
lines changed
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 {
1315
1315
1316
1316
/// Parses a file as an expression or an item according to the context.
1317
1317
///
1318
- /// <div class="example-wrap" style="display:inline-block">
1319
- /// <pre class="compile_fail" style="white-space:normal;font:inherit;">
1320
- ///
1321
1318
/// **Warning**: For multi-file Rust projects, the `include!` macro is probably not what you
1322
1319
/// are looking for. Usually, multi-file Rust projects use
1323
1320
/// [modules](https://doc.rust-lang.org/reference/items/modules.html). Multi-file projects and
@@ -1326,9 +1323,6 @@ pub(crate) mod builtin {
1326
1323
/// explained in the Rust Book
1327
1324
/// [here](https://doc.rust-lang.org/book/ch07-02-defining-modules-to-control-scope-and-privacy.html).
1328
1325
///
1329
- /// </pre>
1330
- /// </div>
1331
- ///
1332
1326
/// The included file is placed in the surrounding code
1333
1327
/// [unhygienically](https://doc.rust-lang.org/reference/macros-by-example.html#hygiene). If
1334
1328
/// 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