Fix broken intra-doc links

This commit is contained in:
Héctor Ramón Jiménez 2023-09-14 19:05:50 +02:00
parent 3afac11784
commit 8e6e37e0ce
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 4 additions and 0 deletions

View file

@ -137,6 +137,8 @@ impl Hit {
///
/// You will obtain a [`Difference`] when you [`compare`] a [`Paragraph`] with some
/// [`Text`].
///
/// [`compare`]: Paragraph::compare
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum Difference {
/// No difference.

View file

@ -93,6 +93,8 @@ pub use space::Space;
#[doc(no_inline)]
pub use text::Text;
#[doc(no_inline)]
pub use text_editor::TextEditor;
#[doc(no_inline)]
pub use text_input::TextInput;
#[doc(no_inline)]
pub use toggler::Toggler;