Skip to content

Commit

Permalink
Merge pull request #1087 from durka/propag-depr
Browse files Browse the repository at this point in the history
fix: ignore PropagateGlobalValuesDown deprecation warning
  • Loading branch information
kbknapp committed Oct 28, 2017
2 parents fc4bd87 + f61ce3f commit d5423a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ impl Default for AppFlags {
}
}

#[allow(deprecated)]
impl AppFlags {
pub fn new() -> Self { AppFlags::default() }

Expand Down

0 comments on commit d5423a4

Please sign in to comment.