We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9803151 commit a81c1d2Copy full SHA for a81c1d2
gio/tests/dbus_peer.rs
@@ -31,7 +31,7 @@ fn test_gdbus_peer_connection() {
31
32
let connection = DBusConnection::new_future(
33
&socket_connection,
34
- Some(&guid),
+ guid.as_str(),
35
DBusConnectionFlags::AUTHENTICATION_SERVER
36
.union(DBusConnectionFlags::DELAY_MESSAGE_PROCESSING),
37
None,
0 commit comments