Don't talk about determinism
This commit is contained in:
parent
9aa1c0934c
commit
2bc54d4273
1 changed files with 2 additions and 2 deletions
|
@ -2191,8 +2191,8 @@ declare_lint! {
|
|||
}
|
||||
|
||||
declare_lint! {
|
||||
/// The `pointer_structural_match` lint detects pointers used in patterns that do not
|
||||
/// behave deterministically across optimizations.
|
||||
/// The `pointer_structural_match` lint detects pointers used in patterns whose behaviour
|
||||
/// cannot be relied upon across compiler versions and optimization levels.
|
||||
///
|
||||
/// ### Example
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue