Skip to content

Commit fdd7492

Browse files
authored
Move feature flag initialization logic out of lib.rs. (#11380)
## Description Trying to do a little codebase clean-up. We've got way too much stuff in `app/src/lib.rs`, which should probably be mostly (if not only?) module definitions, plus perhaps a couple public re-exports (for integration tests and such). We already have a `warp::features` module (which is where the feature flags used ot be) - seems like a good place for `init_feature_flags()`.
1 parent eaf2758 commit fdd7492

4 files changed

Lines changed: 496 additions & 495 deletions

File tree

0 commit comments

Comments
 (0)