Remove elefren::apps::prelude
Since we don't need `App` in a prelude anymore, just move `Registration` and `Scopes` to the main prelude and get rid of `elefren::apps::prelude`
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#![cfg_attr(not(feature = "toml"), allow(unused_imports))]
|
||||
extern crate elefren;
|
||||
|
||||
pub use self::elefren::{apps::prelude::*, prelude::*};
|
||||
pub use self::elefren::prelude::*;
|
||||
|
||||
use std::{error::Error, io};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user