process: Add documentation to public declarations

This commit is contained in:
Ivan Petkov
2019-06-24 16:56:47 -07:00
parent 89b9792931
commit ca9586a089
2 changed files with 55 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
#[allow(dead_code)]
fn main() {
std::process::exit(std::env::args().nth(1).unwrap().parse().unwrap());
}