Enable argv support for horizon OS

See https://github.com/Meziu/rust-horizon/pull/9
This commit is contained in:
Ian Chamberlain 2022-02-09 23:54:38 -05:00 committed by Mark Drobnak
parent 06eae30034
commit 19f68a2729
No known key found for this signature in database
GPG key ID: 47A133F3BF9D03D3
2 changed files with 7 additions and 4 deletions

View file

@ -68,7 +68,8 @@ impl DoubleEndedIterator for Args {
target_os = "l4re",
target_os = "fuchsia",
target_os = "redox",
target_os = "vxworks"
target_os = "vxworks",
target_os = "horizon"
))]
mod imp {
use super::Args;