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 8784e5c commit b06755bCopy full SHA for b06755b
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 081a0434fb222b3f182ee6be903b6536c85396d7
+refs/heads/master: 47c83f1844d033a2ee12aa05eed30112804f4585
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
5
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
trunk/src/libstd/net_url.rs
@@ -95,7 +95,7 @@ pub fn encode(s: &str) -> ~str {
95
* This function is compliant with RFC 3986.
96
*/
97
98
-fn encode_component(s: &str) -> ~str {
+pub fn encode_component(s: &str) -> ~str {
99
encode_inner(s, false)
100
}
101
0 commit comments