Added explicit pub to several conditions. Enables completion of #6009.

This commit is contained in:
Felix S. Klock II
2013-09-04 04:39:14 +02:00
parent 64ff315584
commit 83e19d2ead
5 changed files with 16 additions and 17 deletions

View File

@@ -42,7 +42,7 @@ Section: Conditions
*/
condition! {
not_utf8: (~str) -> ~str;
pub not_utf8: (~str) -> ~str;
}
/*