aboutsummaryrefslogtreecommitdiff
path: root/src/framework
diff options
context:
space:
mode:
Diffstat (limited to 'src/framework')
-rw-r--r--src/framework/standard/args.rs2
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()