Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
hongquan committed Jan 25, 2024
1 parent ab220ce commit cd10346
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/models/mod.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
pub mod users;
pub mod blogs;
pub mod minors;
pub mod feeds;
pub mod minors;
pub mod users;

pub use users::{User, Role};
pub use blogs::{DocFormat, MediumBlogPost, DetailedBlogPost, BlogCategory, MiniBlogPost};
pub use blogs::{BlogCategory, DetailedBlogPost, DocFormat, MediumBlogPost, MiniBlogPost};
pub use minors::Presentation;
pub use users::User;

#[derive(Debug, serde::Serialize, serde::Deserialize, edgedb_derive::Queryable)]
pub struct MinimalObject {
Expand Down

0 comments on commit cd10346

Please sign in to comment.