Skip to content

Commit

Permalink
fixed clippy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
folkengine committed Jan 6, 2025
1 parent 3147067 commit e63da8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cards/card.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ impl Card {

/// Instantiates a new Card with the default weight as defined in the fluent templates.
///
/// Me not knowing about the FromStr trait at the time. See also
/// Me not knowing about the `FromStr` trait at the time. See also
/// [Creating a Rust function that accepts String or &str](https://hermanradtke.com/2015/05/06/creating-a-rust-function-that-accepts-string-or-str.html/)
#[must_use]
pub fn from_index_strings(rank: &'static str, suit: &'static str) -> Self {
Expand Down

0 comments on commit e63da8b

Please sign in to comment.