Skip to content

Commit 5d23287

Browse files
committed
fix wrong path
1 parent a93eda3 commit 5d23287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twilight-model/src/http/attachment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ impl<'a> Attachment<'a> {
5757
/// Create an attachment with a grocery list named "grocerylist.txt":
5858
///
5959
/// ```
60-
/// use std::borrowed::Cow;
60+
/// use std::borrow::Cow;
6161
/// use twilight_model::http::attachment::Attachment;
6262
///
6363
/// let filename = "grocerylist.txt".to_owned();

0 commit comments

Comments
 (0)