Skip to content

Commit

Permalink
Remove link to a nonexistant struct
Browse files Browse the repository at this point in the history
  • Loading branch information
arqunis committed Jun 24, 2018
1 parent 703d135 commit eae624e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/builder/create_embed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,8 @@ impl CreateEmbed {
/// Set a field. Note that this will not overwrite other fields, and will
/// add to them.
///
/// Refer to the documentation for [`CreateEmbedField`] for more
/// information.
///
/// **Note**: Maximum amount of characters you can put is 256 in a field
/// name and 1024 in a field value and a field is inline by default.
///
/// [`CreateEmbedField`]: struct.CreateEmbedField.html
pub fn field<T, U>(mut self, name: T, value: U, inline: bool) -> Self
where T: Display, U: Display {
{
Expand Down

0 comments on commit eae624e

Please sign in to comment.