mirror of
https://github.com/topjohnwu/cxx.git
synced 2025-02-24 18:12:14 +00:00
Revert visibility of Namespace segments from PR 67
This commit is contained in:
parent
4ef2743b29
commit
42a7742bcb
@ -11,7 +11,7 @@ mod kw {
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct Namespace {
|
||||
pub segments: Vec<String>,
|
||||
segments: Vec<String>,
|
||||
}
|
||||
|
||||
impl Namespace {
|
||||
|
Loading…
x
Reference in New Issue
Block a user