Skip to content

Commit 7aaa8b8

Browse files
committed
Remove HTML tags around warning
1 parent 23a5fcd commit 7aaa8b8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

core/src/macros/mod.rs

-6
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)