Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3507dda2 authored by Jeremy Wu's avatar Jeremy Wu Committed by Gerrit Code Review
Browse files

Merge "Floss: fix misleading comment in |impl_dbus_arg_enum|" into main

parents 0ced5c4b 7470159c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -243,7 +243,7 @@ impl ClientDBusProxy {

/// Implements `DBusArg` for an enum.
///
/// A Rust enum is converted to D-Bus INT32 type.
/// A Rust enum is converted to D-Bus UINT32 type.
#[macro_export]
macro_rules! impl_dbus_arg_enum {
    ($enum_type:ty) => {