We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93eda3 commit 5d23287Copy full SHA for 5d23287
twilight-model/src/http/attachment.rs
@@ -57,7 +57,7 @@ impl<'a> Attachment<'a> {
57
/// Create an attachment with a grocery list named "grocerylist.txt":
58
///
59
/// ```
60
- /// use std::borrowed::Cow;
+ /// use std::borrow::Cow;
61
/// use twilight_model::http::attachment::Attachment;
62
63
/// let filename = "grocerylist.txt".to_owned();
0 commit comments