Skip to content

Commit

Permalink
fix: ignore PropagateGlobalValuesDown deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
durka committed Oct 27, 2017
1 parent fc4bd87 commit f61ce3f
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 f61ce3f

Please sign in to comment.