Added explicit pub to several conditions. Enables completion of #6009.
This commit is contained in:
@@ -42,7 +42,7 @@ Section: Conditions
|
||||
*/
|
||||
|
||||
condition! {
|
||||
not_utf8: (~str) -> ~str;
|
||||
pub not_utf8: (~str) -> ~str;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user