Skip to content

Commit 607ba74

Browse files
committed
fix(lib): update changed url crate imports
1 parent fbec9bd commit 607ba74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mako/api/lib/mbuild.mako

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ match result {
481481
/// Perform the operation you have build so far.
482482
${action_fn} {
483483
% if URL_ENCODE in special_cases:
484-
use url::{percent_encode, FORM_URLENCODED_ENCODE_SET};
484+
use url::percent_encoding::{percent_encode, FORM_URLENCODED_ENCODE_SET};
485485
% endif
486486
use std::io::{Read, Seek};
487487
use hyper::header::{ContentType, ContentLength, Authorization, UserAgent, Location};

0 commit comments

Comments
 (0)