Skip to content

Commit 1648b3e

Browse files
committed
Suffix "us" is now "usize"
1 parent e98d682 commit 1648b3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/url.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ fn get_authority(rawurl: &str) ->
243243
let mut host = "";
244244
let mut port = None;
245245

246-
let mut colon_count = 0us;
246+
let mut colon_count = 0usize;
247247
let mut pos = 0;
248248
let mut begin = 2;
249249
let mut end = len;

0 commit comments

Comments
 (0)