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 328fc0b commit 25e43aaCopy full SHA for 25e43aa
[refs]
@@ -2,5 +2,5 @@
2
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
-refs/heads/try: 669ff690fda44b83abf5c064788dc4fa2beb5c0f
+refs/heads/try: 8ea96169ff8c4223cf094190fb7aebbd7382d3d9
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
branches/try/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