Fix broken intra-doc links
This commit is contained in:
parent
3afac11784
commit
8e6e37e0ce
2 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue