We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7e202 commit 6b491f0Copy full SHA for 6b491f0
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 5312704904df3a088581bbe75c1f19a04671c673
+refs/heads/master: 725a73c4d5eca5a7cbff019ea44e86623e9065fb
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
5
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
trunk/src/libstd/net_url.rs
@@ -179,6 +179,12 @@ fn to_str(url: url) -> ~str {
179
fragment]);
180
}
181
182
+impl of to_str::to_str for url {
183
+ fn to_str() -> ~str {
184
+ to_str(self)
185
+ }
186
+}
187
+
188
#[cfg(test)]
189
mod tests {
190
#[test]
0 commit comments