Remove HTML tags around warning
This commit is contained in:
parent
c30f7c9980
commit
ae667be0f6
1 changed files with 0 additions and 6 deletions
|
@ -1315,9 +1315,6 @@ pub(crate) mod builtin {
|
||||||
|
|
||||||
/// Parses a file as an expression or an item according to the context.
|
/// Parses a file as an expression or an item according to the context.
|
||||||
///
|
///
|
||||||
/// <div class="example-wrap" style="display:inline-block">
|
|
||||||
/// <pre class="compile_fail" style="white-space:normal;font:inherit;">
|
|
||||||
///
|
|
||||||
/// **Warning**: For multi-file Rust projects, the `include!` macro is probably not what you
|
/// **Warning**: For multi-file Rust projects, the `include!` macro is probably not what you
|
||||||
/// are looking for. Usually, multi-file Rust projects use
|
/// are looking for. Usually, multi-file Rust projects use
|
||||||
/// [modules](https://doc.rust-lang.org/reference/items/modules.html). Multi-file projects and
|
/// [modules](https://doc.rust-lang.org/reference/items/modules.html). Multi-file projects and
|
||||||
|
@ -1326,9 +1323,6 @@ pub(crate) mod builtin {
|
||||||
/// explained in the Rust Book
|
/// explained in the Rust Book
|
||||||
/// [here](https://doc.rust-lang.org/book/ch07-02-defining-modules-to-control-scope-and-privacy.html).
|
/// [here](https://doc.rust-lang.org/book/ch07-02-defining-modules-to-control-scope-and-privacy.html).
|
||||||
///
|
///
|
||||||
/// </pre>
|
|
||||||
/// </div>
|
|
||||||
///
|
|
||||||
/// The included file is placed in the surrounding code
|
/// The included file is placed in the surrounding code
|
||||||
/// [unhygienically](https://doc.rust-lang.org/reference/macros-by-example.html#hygiene). If
|
/// [unhygienically](https://doc.rust-lang.org/reference/macros-by-example.html#hygiene). If
|
||||||
/// the included file is parsed as an expression and variables or functions share names across
|
/// the included file is parsed as an expression and variables or functions share names across
|
||||||
|
|
Loading…
Add table
Reference in a new issue