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 3f0d9b8 commit 43b2643Copy full SHA for 43b2643
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 669ff690fda44b83abf5c064788dc4fa2beb5c0f
+refs/heads/master: 8ea96169ff8c4223cf094190fb7aebbd7382d3d9
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
trunk/src/libcore/str.rs
@@ -85,8 +85,8 @@ export
85
is_empty,
86
is_not_empty,
87
is_whitespace,
88
- len_bytes,
89
- len_chars, //len,
+ len, len_bytes,
+ len_chars,
90
91
// Misc
92
// FIXME: perhaps some more of this section shouldn't be exported?
0 commit comments