Revert visibility of Namespace segments from PR 67

This commit is contained in:
David Tolnay 2020-04-24 18:38:53 -07:00
parent 4ef2743b29
commit 42a7742bcb
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -11,7 +11,7 @@ mod kw {
#[derive(Clone)]
pub struct Namespace {
pub segments: Vec<String>,
segments: Vec<String>,
}
impl Namespace {