https://github.com/servo/rust-url/issues/136 https://github.com/servo/rust-url/pull/137 Source-Repo: https://github.com/servo/servo Source-Revision: ea690a2dff64d1cb4eb668473d62f1bbcb19f7c8
12 lines
295 B
Rust
12 lines
295 B
Rust
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* 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/. */
|
|
|
|
#![feature(plugin)]
|
|
#![plugin(plugins)]
|
|
|
|
extern crate url;
|
|
|
|
#[cfg(test)]
|
|
mod url_plugin;
|