fix(clippy): clippy 1.83 lints (#12150)

This commit is contained in:
RoloEdits 2024-12-02 06:23:32 -08:00 committed by GitHub
parent e1d1a5c5a1
commit 5ba97ba41e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 37 additions and 45 deletions

View file

@ -98,7 +98,7 @@ pub struct Context<'a> {
pub jobs: &'a mut Jobs,
}
impl<'a> Context<'a> {
impl Context<'_> {
/// Push a new component onto the compositor.
pub fn push_layer(&mut self, component: Box<dyn Component>) {
self.callback