Update deprecation notice.
- add namespace - add function parens
This commit is contained in:
parent
725cc06464
commit
0479d90b77
1 changed files with 1 additions and 1 deletions
|
|
@ -723,7 +723,7 @@ extern "system" {
|
|||
/// println!("{}", argument);
|
||||
/// }
|
||||
/// ```
|
||||
#[deprecated(since = "1.0.0", reason = "use env::args instead")]
|
||||
#[deprecated(since = "1.0.0", reason = "use std::env::args() instead")]
|
||||
#[unstable(feature = "os")]
|
||||
pub fn args() -> Vec<String> {
|
||||
real_args()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue