1// Take a look at the license at the top of the repository in the LICENSE file. 2 3use crate::ApplicationFlags; 4 5impl Default for ApplicationFlags { 6 fn default() -> Self { 7 Self::empty() 8 } 9}