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! { declare_lint! {
/// The `pointer_structural_match` lint detects pointers used in patterns that do not /// The `pointer_structural_match` lint detects pointers used in patterns whose behaviour
/// behave deterministically across optimizations. /// cannot be relied upon across compiler versions and optimization levels.
/// ///
/// ### Example /// ### Example
/// ///