Skip to content

Commit f61ce3f

Browse files
committed
fix: ignore PropagateGlobalValuesDown deprecation warning
Fixes #1086.
1 parent fc4bd87 commit f61ce3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/settings.rs

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ impl Default for AppFlags {
6363
}
6464
}
6565

66+
#[allow(deprecated)]
6667
impl AppFlags {
6768
pub fn new() -> Self { AppFlags::default() }
6869

0 commit comments

Comments
 (0)