mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
Merge pull request #182 from cristicbz/private_in_exported_fix
Fixed "Private type in exported signature" issue.
This commit is contained in:
@@ -5,7 +5,7 @@ use std::io::{File, Writer};
|
||||
use std::str::Chars;
|
||||
use std::vec::Vec;
|
||||
|
||||
struct ParseBranch {
|
||||
pub struct ParseBranch {
|
||||
matches: Vec<u8>,
|
||||
result: Option<String>,
|
||||
children: Vec<ParseBranch>,
|
||||
|
||||
Reference in New Issue
Block a user