diff options
Diffstat (limited to 'cli/flags_allow_net.rs')
-rw-r--r-- | cli/flags_allow_net.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/flags_allow_net.rs b/cli/flags_allow_net.rs index 19e3c1e0f..83038ac4d 100644 --- a/cli/flags_allow_net.rs +++ b/cli/flags_allow_net.rs @@ -1,3 +1,5 @@ +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. + use deno_core::url::Url; use std::net::IpAddr; use std::str::FromStr; |