Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#[no_mangle]
pub extern "C" fn args_check() {
assert_ne!(std::env::args_os().count(), 0);
}