Move trim_http_whitespace to net_traits.

This commit is contained in:
Ms2ger 2016-06-07 14:01:26 +02:00
parent 6a1722e18d
commit 80fc666734
5 changed files with 47 additions and 52 deletions

View file

@ -15,5 +15,4 @@ extern crate url;
#[cfg(test)] mod dom {
mod bindings;
mod blob;
mod xmlhttprequest;
}