Skip to content

Commit 6b491f0

Browse files
committed
---
yaml --- r: 22820 b: refs/heads/master c: 725a73c h: refs/heads/master v: v3
1 parent ad7e202 commit 6b491f0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 5312704904df3a088581bbe75c1f19a04671c673
2+
refs/heads/master: 725a73c4d5eca5a7cbff019ea44e86623e9065fb
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/src/libstd/net_url.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,12 @@ fn to_str(url: url) -> ~str {
179179
fragment]);
180180
}
181181

182+
impl of to_str::to_str for url {
183+
fn to_str() -> ~str {
184+
to_str(self)
185+
}
186+
}
187+
182188
#[cfg(test)]
183189
mod tests {
184190
#[test]

0 commit comments

Comments
 (0)