fix(lib): update changed url crate imports

This commit is contained in:
Sebastian Thiel
2015-04-26 10:00:04 +02:00
parent fbec9bdbba
commit 607ba745d1

View File

@@ -481,7 +481,7 @@ match result {
/// Perform the operation you have build so far.
${action_fn} {
% if URL_ENCODE in special_cases:
use url::{percent_encode, FORM_URLENCODED_ENCODE_SET};
use url::percent_encoding::{percent_encode, FORM_URLENCODED_ENCODE_SET};
% endif
use std::io::{Read, Seek};
use hyper::header::{ContentType, ContentLength, Authorization, UserAgent, Location};