Skip to content

Commit a330bd9

Browse files
docs: Remove redundant explicit link target
1 parent b16f52b commit a330bd9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+65
-87
lines changed

gdk4/src/subclass/content_provider.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Take a look at the license at the top of the repository in the LICENSE file.
22

33
// rustdoc-stripper-ignore-next
4-
//! Traits intended for subclassing [`ContentProvider`](crate::ContentProvider).
4+
//! Traits intended for subclassing [`ContentProvider`].
55
66
use std::{future::Future, pin::Pin};
77

gdk4/src/subclass/paintable.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// Take a look at the license at the top of the repository in the LICENSE file.
22

33
// rustdoc-stripper-ignore-next
4-
//! Traits intended for implementing the [`Paintable`](crate::Paintable)
5-
//! interface.
4+
//! Traits intended for implementing the [`Paintable`] interface.
65
76
use glib::translate::*;
87

gtk4/src/subclass/accessible.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// Take a look at the license at the top of the repository in the LICENSE file.
22

33
// rustdoc-stripper-ignore-next
4-
//! Traits intended for implementing the [`Accessible`](crate::Accessible)
5-
//! interface.
4+
//! Traits intended for implementing the [`Accessible`] interface.
65
76
use std::mem::MaybeUninit;
87

gtk4/src/subclass/accessible_range.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// Take a look at the license at the top of the repository in the LICENSE file.
22

33
// rustdoc-stripper-ignore-next
4-
//! Traits intended for implementing the
5-
//! [`AccessibleRange`](crate::AccessibleRange) interface.
4+
//! Traits intended for implementing the [`AccessibleRange`] interface.
65
76
use glib::translate::*;
87

gtk4/src/subclass/actionable.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// Take a look at the license at the top of the repository in the LICENSE file.
22

33
// rustdoc-stripper-ignore-next
4-
//! Traits intended for implementing the [`Actionable`](crate::Actionable)
5-
//! interface.
4+
//! Traits intended for implementing the [`Actionable`] interface.
65
76
use glib::{translate::*, GString, Variant};
87

gtk4/src/subclass/adjustment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Take a look at the license at the top of the repository in the LICENSE file.
22

33
// rustdoc-stripper-ignore-next
4-
//! Traits intended for subclassing [`Adjustment`](crate::Adjustment).
4+
//! Traits intended for subclassing [`Adjustment`].
55
66
use glib::translate::*;
77

gtk4/src/subclass/application.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Take a look at the license at the top of the repository in the LICENSE file.
22

33
// rustdoc-stripper-ignore-next
4-
//! Traits intended for subclassing [`Application`](crate::Application).
4+
//! Traits intended for subclassing [`Application`].
55
66
use glib::translate::*;
77

gtk4/src/subclass/application_window.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// Take a look at the license at the top of the repository in the LICENSE file.
22

33
// rustdoc-stripper-ignore-next
4-
//! Traits intended for subclassing
5-
//! [`ApplicationWindow`](crate::ApplicationWindow).
4+
//! Traits intended for subclassing [`ApplicationWindow`].
65
76
use crate::{prelude::*, subclass::prelude::*, ApplicationWindow};
87

gtk4/src/subclass/box_.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Take a look at the license at the top of the repository in the LICENSE file.
22

33
// rustdoc-stripper-ignore-next
4-
//! Traits intended for subclassing [`Box`](crate::Box).
4+
//! Traits intended for subclassing [`Box`].
55
66
use crate::{prelude::*, subclass::prelude::*, Box};
77

gtk4/src/subclass/buildable.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// Take a look at the license at the top of the repository in the LICENSE file.
22

33
// rustdoc-stripper-ignore-next
4-
//! Traits intended for implementing the [`Buildable`](crate::Buildable)
5-
//! interface.
4+
//! Traits intended for implementing the [`Buildable`] interface.
65
use std::sync::OnceLock;
76

87
use glib::{translate::*, GString, Object, Quark, Value};

0 commit comments

Comments
 (0)