mirror of
https://github.com/servo/servo
synced 2026-04-28 10:27:40 +02:00
change #[allow]s to #[expect]s (#41635)
Changed most #[allow]s to #[expect]s, mainly for clippy::too_many_arguments Removed unfulfilled expectations This is my first opensource contribution, so please let me know if anything should be done differently. Testing: Refactor Part of: #40838 --------- Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com> Signed-off-by: TimurBora <timurborisov5561@gmail.com> Co-authored-by: Tim van der Lippe <TimvdLippe@users.noreply.github.com>
This commit is contained in:
@@ -21,7 +21,7 @@ use crate::dom::window::Window;
|
||||
use crate::dom::worklet::Worklet;
|
||||
|
||||
#[dom_struct]
|
||||
#[allow(clippy::upper_case_acronyms)]
|
||||
#[expect(clippy::upper_case_acronyms)]
|
||||
pub(crate) struct CSS {
|
||||
reflector_: Reflector,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user