mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-27 16:06:03 +00:00
rollup merge of #22052: octplane/patch-1
- add namespace - add function parens
This commit is contained in:
commit
6e6bea6e07
@ -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…
Reference in New Issue
Block a user