diff options
| author | Zeyla Hellyer <[email protected]> | 2018-07-10 08:01:23 -0700 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2018-07-11 22:54:08 -0700 |
| commit | 0d6e019c258a8f2e743bcab196acab50b01e3958 (patch) | |
| tree | 4db148169920d0a14652d9c08b68b8e5288cbbd8 /src/framework | |
| parent | impl Mentionable for GuildChannel (#348) (diff) | |
| download | serenity-0d6e019c258a8f2e743bcab196acab50b01e3958.tar.xz serenity-0d6e019c258a8f2e743bcab196acab50b01e3958.zip | |
Fix doc links with no anchor
Diffstat (limited to 'src/framework')
| -rw-r--r-- | src/framework/standard/args.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/framework/standard/args.rs b/src/framework/standard/args.rs index 8af8124..194fadf 100644 --- a/src/framework/standard/args.rs +++ b/src/framework/standard/args.rs @@ -864,6 +864,8 @@ impl Args { /// /// assert_eq!(args.len_quoted(), 2); // `2` because `["42", "69"]` /// ``` + /// + /// [`len`]: #method.len #[deprecated(since = "0.5.3", note = "Its task was merged with `len`, please use it instead.")] pub fn len_quoted(&mut self) -> usize { self.len() |