diff options
Diffstat (limited to 'src/components/net/net.rs')
-rw-r--r-- | src/components/net/net.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/net/net.rs b/src/components/net/net.rs index 9b9692184e7..454c8295c95 100644 --- a/src/components/net/net.rs +++ b/src/components/net/net.rs @@ -2,9 +2,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#![crate_id = "github.com/mozilla/servo#net:0.1"] -#![crate_type = "lib"] -#![crate_type = "dylib"] +#![crate_name = "net"] #![crate_type = "rlib"] #![feature(default_type_params, globs, managed_boxes, phase)] |