Merge pull request #1087 from durka/propag-depr

fix: ignore PropagateGlobalValuesDown deprecation warning
This commit is contained in:
Kevin K 2017-10-28 10:56:34 -04:00 committed by GitHub
commit d5423a48ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,6 +63,7 @@ impl Default for AppFlags {
}
}
#[allow(deprecated)]
impl AppFlags {
pub fn new() -> Self { AppFlags::default() }