Skip to content

Commit 95f0ccb

Browse files
tautropflisdroege
authored andcommitted
Suppress doc alias from checker
1 parent 974f0fc commit 95f0ccb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gio/src/dbus_object_manager_client.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ type DBusProxyTypeFn = Box<
2222
>;
2323

2424
impl DBusObjectManagerClient {
25+
// The checker tries to add a doc alias for `g_dbus_object_manager_client_new_finish`.
26+
// checker-ignore-item
2527
#[doc(alias = "g_dbus_object_manager_client_new")]
2628
#[allow(clippy::new_ret_no_self)]
2729
pub fn new<P: FnOnce(Result<DBusObjectManagerClient, glib::Error>) + Send + Sync + 'static>(

0 commit comments

Comments
 (0)