diff options
Diffstat (limited to 'components/layout/text.rs')
-rw-r--r-- | components/layout/text.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/text.rs b/components/layout/text.rs index 6375f71f8e4..b83357c2cf0 100644 --- a/components/layout/text.rs +++ b/components/layout/text.rs @@ -3,7 +3,6 @@ * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ //! Text layout. -#![allow(clippy::too_many_arguments)] use std::borrow::ToOwned; use std::collections::LinkedList; @@ -705,6 +704,7 @@ impl RunMapping { /// Flushes this run mapping to the list. `run_info` describes the text run that we're /// currently working on. `text` refers to the text of this fragment. + #[allow(clippy::too_many_arguments)] fn flush( mut self, mappings: &mut Vec<RunMapping>, |