Fix 'unhygienically' typo.
This commit is contained in:
parent
44c2eb9182
commit
4a354abeae
1 changed files with 1 additions and 1 deletions
|
|
@ -463,7 +463,7 @@ pub mod builtin {
|
|||
///
|
||||
/// Using this macro is often a bad idea, because if the file is
|
||||
/// parsed as an expression, it is going to be placed in the
|
||||
/// surrounding code unhygenically. This could result in variables
|
||||
/// surrounding code unhygienically. This could result in variables
|
||||
/// or functions being different from what the file expected if
|
||||
/// there are variables or functions that have the same name in
|
||||
/// the current file.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue