Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonmaf1a committed Jan 23, 2025
1 parent dff28ce commit be23cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/dbus/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub struct Client<'a> {
proxy: NotificationsProxy<'a>,
}

impl<'a> Client<'a> {
impl Client<'_> {
pub async fn init() -> anyhow::Result<Self> {
debug!("D-Bus Client: Initializing");
let connection = Connection::session().await?;
Expand Down

0 comments on commit be23cec

Please sign in to comment.