Skip to content

Commit

Permalink
fix wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
itohatweb committed Sep 17, 2022
1 parent a93eda3 commit 5d23287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twilight-model/src/http/attachment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ impl<'a> Attachment<'a> {
/// Create an attachment with a grocery list named "grocerylist.txt":
///
/// ```
/// use std::borrowed::Cow;
/// use std::borrow::Cow;
/// use twilight_model::http::attachment::Attachment;
///
/// let filename = "grocerylist.txt".to_owned();
Expand Down

0 comments on commit 5d23287

Please sign in to comment.