Skip to content

Commit a81c1d2

Browse files
committed
gio: fix test to comply with Into<Option<_>>
1 parent 9803151 commit a81c1d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gio/tests/dbus_peer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fn test_gdbus_peer_connection() {
3131

3232
let connection = DBusConnection::new_future(
3333
&socket_connection,
34-
Some(&guid),
34+
guid.as_str(),
3535
DBusConnectionFlags::AUTHENTICATION_SERVER
3636
.union(DBusConnectionFlags::DELAY_MESSAGE_PROCESSING),
3737
None,

0 commit comments

Comments
 (0)