Skip to content

Commit

Permalink
chore(docs): Remove unneeded explicit link (#344)
Browse files Browse the repository at this point in the history
Fixes warning from `cargo doc` in the lyric_finder docs
  • Loading branch information
LucasFA authored Jan 23, 2024
1 parent 20a2d71 commit 3f91467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lyric_finder/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! # lyric_finder
//!
//! This crate provides a [`Client`](Client) struct for retrieving a song's lyric.
//! This crate provides a [`Client`] struct for retrieving a song's lyric.
//!
//! It ultilizes the [Genius](https://genius.com) website and its APIs to get lyric data.
//!
Expand Down

0 comments on commit 3f91467

Please sign in to comment.