Skip to content

Commit 2ac1e69

Browse files
committed
Fix up docs
1 parent b5db21e commit 2ac1e69

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/prefix_argument/argument_trait.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
//! Trait implemented for all types usable as prefix command parameters. This file also includes
2-
//! the auto-deref specialization emulation code to e.g. support more strings for bool parameters
3-
//! instead of the `FromStr` ones
1+
//! Trait implemented for all types usable as prefix command parameters.
2+
//!
3+
//! Many of these implementations defer to [`serenity::ArgumentConvert`].
44
55
use super::{pop_string, InvalidBool, MissingAttachment, TooFewArguments};
66
use crate::serenity_prelude as serenity;

src/slash_argument/slash_trait.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Traits for slash command parameters and a macro to wrap the auto-deref specialization hack
1+
//! Traits for slash command parameters.
22
33
use super::SlashArgError;
44
use std::{borrow::Cow, convert::TryInto as _};

0 commit comments

Comments
 (0)