Bug 1686707 - Make rust mozprofile profile path public, r=webdriver-reviewers,whimboo

Depends on D101770

Differential Revision: https://phabricator.services.mozilla.com/D101771
This commit is contained in:
James Graham 2021-05-20 12:57:17 +00:00
Родитель b9ceb5add4
Коммит eabe6e6b82
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -66,7 +66,7 @@ impl Profile {
#[derive(Debug)]
pub struct PrefFile {
path: PathBuf,
pub path: PathBuf,
pub prefs: Preferences,
}