This commit is contained in:
Oli Scherer 2021-03-26 18:22:35 +00:00 committed by Felix S. Klock II
parent a46bc5664a
commit 6e988c0613

View file

@ -2878,7 +2878,7 @@ declare_lint! {
} }
declare_lint! { declare_lint! {
/// The `large_assigments` lint detects when objects of large /// The `large_assignments` lint detects when objects of large
/// types are being moved around. /// types are being moved around.
/// ///
/// ### Example /// ### Example