Compare commits

..

1 Commits

Author SHA1 Message Date
kozabrada123 4875c2d5ed
Merge 634e07b95c into d5cebf0fef 2024-03-15 16:24:57 +01:00
8 changed files with 0 additions and 11 deletions

View File

@ -4,10 +4,7 @@
use std::sync::{Arc, RwLock}; use std::sync::{Arc, RwLock};
#[allow(unused_imports)]
pub use login::*; pub use login::*;
#[allow(unused_imports)]
pub use register::*; pub use register::*;
use crate::gateway::Gateway; use crate::gateway::Gateway;

View File

@ -2,7 +2,6 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this // License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/. // file, You can obtain one at http://mozilla.org/MPL/2.0/.
#![allow(unused_imports)]
pub use channels::*; pub use channels::*;
pub use messages::*; pub use messages::*;
pub use permissions::*; pub use permissions::*;

View File

@ -2,7 +2,6 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this // License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/. // file, You can obtain one at http://mozilla.org/MPL/2.0/.
#![allow(unused_imports)]
pub use guilds::*; pub use guilds::*;
pub use messages::*; pub use messages::*;
pub use roles::*; pub use roles::*;

View File

@ -3,8 +3,6 @@
// file, You can obtain one at http://mozilla.org/MPL/2.0/. // file, You can obtain one at http://mozilla.org/MPL/2.0/.
//! All of the API's endpoints. //! All of the API's endpoints.
#![allow(unused_imports)]
pub use channels::messages::*; pub use channels::messages::*;
pub use guilds::*; pub use guilds::*;
pub use invites::*; pub use invites::*;

View File

@ -2,7 +2,6 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this // License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/. // file, You can obtain one at http://mozilla.org/MPL/2.0/.
#![allow(unused_imports)]
pub use instance::*; pub use instance::*;
pub mod instance; pub mod instance;

View File

@ -2,7 +2,6 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this // License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/. // file, You can obtain one at http://mozilla.org/MPL/2.0/.
#![allow(unused_imports)]
pub use channels::*; pub use channels::*;
pub use guilds::*; pub use guilds::*;
pub use relationships::*; pub use relationships::*;

View File

@ -2,7 +2,6 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this // License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/. // file, You can obtain one at http://mozilla.org/MPL/2.0/.
#![allow(unused_imports)]
pub use activity::*; pub use activity::*;
pub use connected_account::*; pub use connected_account::*;
pub use guild_welcome_screen::*; pub use guild_welcome_screen::*;

View File

@ -2,7 +2,6 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this // License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/. // file, You can obtain one at http://mozilla.org/MPL/2.0/.
#![allow(unused_imports)]
pub use regexes::*; pub use regexes::*;
pub use rights::Rights; pub use rights::Rights;
pub use snowflake::Snowflake; pub use snowflake::Snowflake;