Don't talk about determinism

This commit is contained in:
Oliver Scherer 2020-09-24 09:43:10 +02:00
parent 9aa1c0934c
commit 2bc54d4273

View File

@ -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
///