Skip to content

Commit

Permalink
Disable broken rustdoc links
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Feb 8, 2024
1 parent 273f234 commit 68b3e49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graphics/src/text/editor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ impl Editor {
self.internal().editor.with_buffer(f)
}

/// Returns the buffer of the [`Paragraph`].
/// Returns the buffer of the `Paragraph`.
pub fn buffer(&self) -> &cosmic_text::Buffer {
match self.internal().editor.buffer_ref() {
cosmic_text::BufferRef::Owned(buffer) => buffer,
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
//! 1. Draw the resulting user interface.
//!
//! # Usage
//! The [`Application`] trait should get you started quickly,
//! The `Application` trait should get you started quickly,
//! streamlining all the process described above!
//!
//! [Elm]: https://elm-lang.org/
Expand Down

0 comments on commit 68b3e49

Please sign in to comment.